hotspot/src/share/vm/runtime/jniHandles.cpp
changeset 4571 80b553bddc26
parent 670 ddf3e9583f2f
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/runtime/jniHandles.cpp	Tue Jan 05 11:16:09 2010 -0800
+++ b/hotspot/src/share/vm/runtime/jniHandles.cpp	Wed Jan 06 14:22:39 2010 -0800
@@ -144,7 +144,7 @@
   EXCEPTION_MARK;
   // We will never reach the CATCH below since Exceptions::_throw will cause
   // the VM to exit if an exception is thrown during initialization
-  klassOop k      = SystemDictionary::object_klass();
+  klassOop k      = SystemDictionary::Object_klass();
   _deleted_handle = instanceKlass::cast(k)->allocate_permanent_instance(CATCH);
 }