changeset 735:27e8e660fbd0

Merge
author kvn
date Mon, 27 Apr 2009 12:55:28 -0700
parents 6ffcd0923239 (current diff) 3672e1dac765 (diff)
children 451fd2abeda8 c8379544879a
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/interpreter/bytecodeTracer.cpp	Fri Apr 24 18:45:14 2009 -0700
+++ b/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.