# HG changeset patch # User kvn # Date 1240862128 25200 # Node ID 27e8e660fbd0df08701ad654a3fff8bd52ec0b40 # Parent 6ffcd0923239378f24502b94b9c9ee298705dc36# Parent 3672e1dac76527a737315c786b6b39f3f930a8f8 Merge diff -r 6ffcd0923239 -r 27e8e660fbd0 src/share/vm/interpreter/bytecodeTracer.cpp --- 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.