< prev index next >

src/hotspot/share/ci/ciObject.cpp

Print this page

        

@@ -236,8 +236,8 @@
   if (is_null_object()) {
     st->print_cr("NULL");
   } else if (!is_loaded()) {
     st->print_cr("UNLOADED");
   } else {
-    GUARDED_VM_ENTRY(get_oop()->print_on(st);)
+    GUARDED_VM_ENTRY(oopDesc::print_on(st, get_oop());)
   }
 }
< prev index next >