hotspot/src/share/vm/interpreter/interpreter.cpp
changeset 16368 713209c45a82
parent 14626 0cf4eccf130f
child 18507 61bfc8995bb3
--- a/hotspot/src/share/vm/interpreter/interpreter.cpp	Sat Mar 16 21:44:52 2013 -0700
+++ b/hotspot/src/share/vm/interpreter/interpreter.cpp	Mon Mar 18 13:19:06 2013 +0100
@@ -76,7 +76,7 @@
 
   if (PrintInterpreter) {
     st->cr();
-    Disassembler::decode(code_begin(), code_end(), st, DEBUG_ONLY(_comments) NOT_DEBUG(CodeComments()));
+    Disassembler::decode(code_begin(), code_end(), st, DEBUG_ONLY(_strings) NOT_DEBUG(CodeStrings()));
   }
 }