hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp
changeset 14391 df0a1573d5bd
parent 13883 6979b9850feb
child 14626 0cf4eccf130f
--- a/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Thu Oct 04 14:55:57 2012 +0200
+++ b/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Tue Nov 06 15:09:37 2012 -0500
@@ -1936,7 +1936,7 @@
   if (method->is_static() && !is_critical_native) {
 
     //  load opp into a register
-    __ movoop(oop_handle_reg, JNIHandles::make_local(Klass::cast(method->method_holder())->java_mirror()));
+    __ movoop(oop_handle_reg, JNIHandles::make_local(method->method_holder()->java_mirror()));
 
     // Now handlize the static class mirror it's known not-null.
     __ movptr(Address(rsp, klass_offset), oop_handle_reg);