--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp Wed Sep 05 10:18:37 2012 -0700
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp Wed Sep 05 20:08:08 2012 -0400
@@ -1953,7 +1953,7 @@
// Initialize the constant pool for the Object_class
InstanceKlass* ik = InstanceKlass::cast(Object_klass());
ik->constants()->restore_unshareable_info(CHECK);
- initialize_wk_klasses_through(WK_KLASS_ENUM_NAME(Class_klass), scan, CHECK);
+ initialize_wk_klasses_through(WK_KLASS_ENUM_NAME(Class_klass), scan, CHECK);
} else {
initialize_wk_klasses_through(WK_KLASS_ENUM_NAME(Class_klass), scan, CHECK);
}