diff -r 1f6d42899c3a -r 4ce7240d622c src/share/vm/runtime/jniHandles.cpp --- a/src/share/vm/runtime/jniHandles.cpp Tue Jan 05 11:16:09 2010 -0800 +++ b/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); }