< prev index next >

src/hotspot/share/code/nmethod.cpp

Print this page

        

@@ -3149,12 +3149,12 @@
         stream->print("= ");
         if (at_this) {
           m->method_holder()->print_value_on(stream);
         } else {
           bool did_name = false;
-          if (!at_this && ss.is_object()) {
-            Symbol* name = ss.as_symbol_or_null();
+          if (!at_this && ss.is_reference()) {
+            Symbol* name = ss.as_symbol();
             if (name != NULL) {
               name->print_value_on(stream);
               did_name = true;
             }
           }
< prev index next >