make/test/HelloWorld.javap.gold.txt

Mon, 24 Nov 2014 12:49:30 -0500

author
emc
date
Mon, 24 Nov 2014 12:49:30 -0500
changeset 2612
cb7e7928902f
parent 0
959103a6100f
permissions
-rw-r--r--

8029012: parameter_index for type annotation not updated after outer.this added
Summary: Fix javac's handling of type annotations when synthetic parameters are added
Reviewed-by: jjg, mcimadamore

     1 Compiled from "HelloWorld.java"
     2 public class HelloWorld extends java.lang.Object{
     3     public HelloWorld();
     4     public static void main(java.lang.String[]);
     5     public native void test();
     6 }

mercurial