diff graal/com.oracle.jvmci.debug/src/com/oracle/jvmci/debug/DebugEnvironment.java @ 21789:5b9adb645217

fixed remnants of "graal" names in JVMCI code
author Doug Simon <doug.simon@oracle.com>
date Mon, 08 Jun 2015 20:24:51 +0200
parents 3d15183f3c93
children
line wrap: on
line diff
--- a/graal/com.oracle.jvmci.debug/src/com/oracle/jvmci/debug/DebugEnvironment.java	Mon Jun 08 20:24:05 2015 +0200
+++ b/graal/com.oracle.jvmci.debug/src/com/oracle/jvmci/debug/DebugEnvironment.java	Mon Jun 08 20:24:51 2015 +0200
@@ -33,10 +33,6 @@
 
     public static JVMCIDebugConfig initialize(PrintStream log) {
 
-        // Ensure Graal runtime is initialized prior to Debug being initialized as the former
-        // may include processing command line options used by the latter.
-        // Graal.getRuntime();
-
         if (!Debug.isEnabled()) {
             log.println("WARNING: Scope debugging needs to be enabled with -esa or -D" + Debug.Initialization.INITIALIZER_PROPERTY_NAME + "=true");
             return null;