hotspot/src/share/vm/code/relocInfo.cpp
changeset 46968 9119841280f4
parent 46630 75aa3e39d02c
--- a/hotspot/src/share/vm/code/relocInfo.cpp	Wed Aug 23 10:25:25 2017 +0200
+++ b/hotspot/src/share/vm/code/relocInfo.cpp	Wed Aug 23 14:52:55 2017 -0400
@@ -867,7 +867,7 @@
       // work even during GC or other inconvenient times.
       if (WizardMode && oop_value != NULL) {
         tty->print("oop_value=" INTPTR_FORMAT ": ", p2i(oop_value));
-        if (oop_value->is_oop()) {
+        if (oopDesc::is_oop(oop_value)) {
           oop_value->print_value_on(tty);
         }
       }