hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 33611 9abd65805e19
parent 33593 60764a78fa5c
child 33763 cec2333f839c
child 33626 3c94db05e903
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Mon Oct 26 13:11:36 2015 -0400
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Wed Oct 28 09:47:23 2015 -0400
@@ -1142,7 +1142,7 @@
            callee->is_method_handle_intrinsic() ||
            callee->is_compiled_lambda_form(),
            "actual receiver must be subclass of static receiver klass");
-    if (receiver_klass->oop_is_instance()) {
+    if (receiver_klass->is_instance_klass()) {
       if (InstanceKlass::cast(receiver_klass())->is_not_initialized()) {
         tty->print_cr("ERROR: Klass not yet initialized!!");
         receiver_klass()->print();