Skip to content

Commit

Permalink
Comment out @SuppressWarnings("deprecation") because of javac bug
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Sep 1, 2018
1 parent 6febdd5 commit be079c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/som/VM.java
Expand Up @@ -54,7 +54,7 @@
import tools.superinstructions.CandidateIdentifier;


@SuppressWarnings("deprecation")
//@SuppressWarnings("deprecation")
public final class VM {

@CompilationFinal private PolyglotEngine engine;
Expand Down
2 changes: 1 addition & 1 deletion src/tools/dym/DynamicMetrics.java
Expand Up @@ -94,7 +94,7 @@
* - designed for single-threaded use only
* - designed for use in interpreted mode only
*/
@SuppressWarnings("deprecation")
// @SuppressWarnings("deprecation")
@Registration(name = "DynamicMetrics", id = DynamicMetrics.ID, version = "0.1",
services = {StructuralProbe.class})
public class DynamicMetrics extends TruffleInstrument {
Expand Down

0 comments on commit be079c2

Please sign in to comment.