javap can no longer work with anonymous classes.

Martin Buchholz martinrb at google.com
Sun Nov 2 16:11:47 PST 2008


Hi javap maintainers,

This is a bug report.

In JDK6 you could do this:
$ javap 'java.util.AbstractMap$1'
Compiled from "AbstractMap.java"
class java.util.AbstractMap$1 extends java.util.AbstractSet{
...

But in JDK7-b38 I get:
$ jver coll javap 'java.util.AbstractMap$1'
Error:  class not found: java.util.AbstractMap$1

even though rt.jar clearly contains
java/util/AbstractMap$1.class

Martin



More information about the compiler-dev mailing list