diff src/share/vm/prims/jni.cpp @ 2891:75a99b4f1c98

Rebranded C++ part from C1X to Graal.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 14:01:51 +0200
parents 0654ee04b214
children d577d07cedec
line wrap: on
line diff
--- a/src/share/vm/prims/jni.cpp	Wed Jun 08 13:40:25 2011 +0200
+++ b/src/share/vm/prims/jni.cpp	Wed Jun 08 14:01:51 2011 +0200
@@ -3345,8 +3345,8 @@
        JvmtiExport::post_thread_start(thread);
     }
 
-    if (BootstrapC1X) {
-      CompileBroker::bootstrap_c1x();
+    if (Bootstrapgraal) {
+      CompileBroker::bootstrap_graal();
     }
 
     // Check if we should compile all classes on bootclasspath