make/test/HelloWorld.gold.h

Thu, 15 Jul 2010 16:31:02 +0100

author
mcimadamore
date
Thu, 15 Jul 2010 16:31:02 +0100
changeset 607
b49b0d72c071
parent 0
959103a6100f
permissions
-rw-r--r--

6967002: JDK7 b99 javac compilation error (java.lang.AssertionError)
Summary: bug in JavacParser related to parsing of type annotations in varargs position
Reviewed-by: jjg
Contributed-by: mahmood@notnoop.com

aoqi@0 1 /* DO NOT EDIT THIS FILE - it is machine generated */
aoqi@0 2 #include <jni.h>
aoqi@0 3 /* Header for class HelloWorld */
aoqi@0 4
aoqi@0 5 #ifndef _Included_HelloWorld
aoqi@0 6 #define _Included_HelloWorld
aoqi@0 7 #ifdef __cplusplus
aoqi@0 8 extern "C" {
aoqi@0 9 #endif
aoqi@0 10 /*
aoqi@0 11 * Class: HelloWorld
aoqi@0 12 * Method: test
aoqi@0 13 * Signature: ()V
aoqi@0 14 */
aoqi@0 15 JNIEXPORT void JNICALL Java_HelloWorld_test
aoqi@0 16 (JNIEnv *, jobject);
aoqi@0 17
aoqi@0 18 #ifdef __cplusplus
aoqi@0 19 }
aoqi@0 20 #endif
aoqi@0 21 #endif

mercurial