Merge
authorkvn
Mon, 27 Apr 2009 12:55:28 -0700
changeset 2579 076c8b981545
parent 2577 7cccf1a8352b (current diff)
parent 2578 c2b1f85a1b2a (diff)
child 2580 ff377bedeca2
child 2730 d67a0f95ad3f
Merge
--- a/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp	Fri Apr 24 18:45:14 2009 -0700
+++ b/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp	Mon Apr 27 12:55:28 2009 -0700
@@ -300,6 +300,7 @@
 
 void BytecodePrinter::print_attributes(Bytecodes::Code code, int bci, outputStream* st) {
   // Show attributes of pre-rewritten codes
+  code = Bytecodes::java_code(code);
   // If the code doesn't have any fields there's nothing to print.
   // note this is ==1 because the tableswitch and lookupswitch are
   // zero size (for some reason) and we want to print stuff out for them.