make/test/HelloWorld.javap.gold.txt

Thu, 09 Oct 2008 16:19:13 +0100

author
mcimadamore
date
Thu, 09 Oct 2008 16:19:13 +0100
changeset 137
e4eaddca54b7
parent 0
959103a6100f
permissions
-rw-r--r--

6731573: diagnostic output should optionally include source line
Summary: Added an -XD option to optionally prints out source lines in error messages
Reviewed-by: jjg

     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