# HG changeset patch # User Doug Simon # Date 1443364753 -7200 # Node ID 7ea9f8610fbf62a6a31891f92df405e062cffa01 # Parent de3835098c21df33defcc28e0413c478e682f067 fixed checkstyle issues diff -r de3835098c21 -r 7ea9f8610fbf graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompilerOptions.java --- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompilerOptions.java Sun Sep 27 16:06:33 2015 +0200 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompilerOptions.java Sun Sep 27 16:39:13 2015 +0200 @@ -39,4 +39,4 @@ public static final OptionValue EmitLIRRepeatCount = new OptionValue<>(0); // @formatter:on -} \ No newline at end of file +} diff -r de3835098c21 -r 7ea9f8610fbf graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippetsOptions.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippetsOptions.java Sun Sep 27 16:06:33 2015 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippetsOptions.java Sun Sep 27 16:39:13 2015 +0200 @@ -38,4 +38,4 @@ @Option(help = "", type = OptionType.Debug) static final OptionValue ProfileAllocations = new OptionValue<>(false); //@formatter:on -} \ No newline at end of file +}