changeset 22709:7ea9f8610fbf

fixed checkstyle issues
author Doug Simon <doug.simon@oracle.com>
date Sun, 27 Sep 2015 16:39:13 +0200
parents de3835098c21
children 55a04976902d
files graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompilerOptions.java graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippetsOptions.java
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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<Integer> EmitLIRRepeatCount = new OptionValue<>(0);
     // @formatter:on
 
-}
\ No newline at end of file
+}
--- 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<Boolean> ProfileAllocations = new OptionValue<>(false);
     //@formatter:on
-}
\ No newline at end of file
+}