test/tools/javah/6257087/foo_bar.h

Thu, 04 Nov 2010 12:57:48 +0000

author
mcimadamore
date
Thu, 04 Nov 2010 12:57:48 +0000
changeset 735
f2048d9c666e
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6993963: Project Coin: Use precise exception analysis for effectively final catch parameters
Summary: More precise rethrow analysis should be extended to effectively-final exception parameters. Multicatch parameters should be made implicitly final.
Reviewed-by: jjg, darcy

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

mercurial