make/test/HelloWorld.javap.gold.txt

Tue, 08 Jan 2013 10:15:30 +0100

author
mcimadamore
date
Tue, 08 Jan 2013 10:15:30 +0100
changeset 1479
38d3d1027f5a
parent 0
959103a6100f
permissions
-rw-r--r--

8005243: Restructure method check code to allow pluggable checkers
Summary: Add interface to perform a method check - to be implemented by helper classes
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