diff src/cpu/x86/vm/c1_Runtime1_x86.cpp @ 5554:70f715dfbb41

Bring Java renamings and restructurings to the C++ part.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 10 Jun 2012 01:17:48 +0200
parents ec177db4a412
children f5cfb62f17b8
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Sat Jun 09 22:50:50 2012 +0200
+++ b/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Sun Jun 10 01:17:48 2012 +0200
@@ -1006,9 +1006,9 @@
   Handle callback(_callback);
   Handle argument(_argument);
 
-  KlassHandle klass = SystemDictionary::resolve_or_null(vmSymbols::com_oracle_max_cri_ci_CiGenericCallback(), SystemDictionary::java_system_loader(), NULL, thread);
+  KlassHandle klass = SystemDictionary::resolve_or_null(vmSymbols::com_oracle_graal_api_code_GenericCallback(), SystemDictionary::java_system_loader(), NULL, thread);
   if (klass.is_null()) {
-    tty->print_cr("couldn't resolve com_oracle_max_cri_ci_CiGenericCallback");
+    tty->print_cr("couldn't resolve com_oracle_graal_api_code_GenericCallback");
   }
 
   JavaValue result(T_OBJECT);