diff src/cpu/x86/vm/c1_Runtime1_x86.cpp @ 4223:e0a4668c57a2

Renaming of VMExits and VMEntries part 4.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 04 Jan 2012 22:08:17 +0100
parents 04b9a2566eec
children 723df37192d6
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Wed Jan 04 21:13:44 2012 +0100
+++ b/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Wed Jan 04 22:08:17 2012 +0100
@@ -1063,9 +1063,9 @@
   Handle callback(_callback);
   Handle argument(_argument);
 
-  KlassHandle klass = SystemDictionary::resolve_or_null(vmSymbols::com_sun_cri_ci_CiGenericCallback(), SystemDictionary::java_system_loader(), NULL, thread);
+  KlassHandle klass = SystemDictionary::resolve_or_null(vmSymbols::com_oracle_max_cri_ci_CiGenericCallback(), SystemDictionary::java_system_loader(), NULL, thread);
   if (klass.is_null()) {
-    tty->print_cr("couldn't resolve com_sun_cri_ci_CiGenericCallback");
+    tty->print_cr("couldn't resolve com_oracle_max_cri_ci_CiGenericCallback");
   }
 
   JavaValue result(T_OBJECT);