javap can no longer work with anonymous classes.

Jonathan Gibbons Jonathan.Gibbons at Sun.COM
Sun Nov 2 20:51:30 PST 2008


It would be preferable if you filed bug reports in the standard way  
through bugs.sun.com ;-)

-- Jon

On Nov 2, 2008, at 4:11 PM, Martin Buchholz wrote:

> 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