diff src/share/vm/runtime/jniHandles.cpp @ 1162:d749b1813f40

Merge
author trims
date Fri, 15 Jan 2010 14:25:44 -0800
parents 4ce7240d622c
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/runtime/jniHandles.cpp	Thu Jan 14 15:48:26 2010 -0800
+++ b/src/share/vm/runtime/jniHandles.cpp	Fri Jan 15 14:25:44 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);
 }