diff src/share/vm/graal/graalCompiler.cpp @ 5062:5e9f38419819

Adjust C++ part according to the renaming.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 08 Mar 2012 19:24:41 +0100
parents 2f2c6347fce4
children 95b8a32a7cc3 51111665eda6
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.cpp	Thu Mar 08 19:24:17 2012 +0100
+++ b/src/share/vm/graal/graalCompiler.cpp	Thu Mar 08 19:24:41 2012 +0100
@@ -51,7 +51,7 @@
   Runtime1::initialize(THREAD->get_buffer_blob());
 
   JNIEnv *env = ((JavaThread *) Thread::current())->jni_environment();
-  jclass klass = env->FindClass("com/oracle/max/graal/hotspot/bridge/CompilerToVMImpl");
+  jclass klass = env->FindClass("com/oracle/graal/hotspot/bridge/CompilerToVMImpl");
   if (klass == NULL) {
     tty->print_cr("graal CompilerToVMImpl class not found");
     vm_abort(false);