javap -c broken since b30

Martin Buchholz martinrb at google.com
Tue Jul 29 07:07:51 PDT 2008


(I hope this is the right mailing list to report javap bugs)

Since jdk7-b30, a command line like

javap -c java.lang.String

no longer prints the disassembled bytecode of methods.
Which would seem to be a P1 bug, at least for those of
us who like to pore over javap output, trying to squeeze
a bytecode here or there.

Using linux-i586.

Martin



More information about the compiler-dev mailing list