make/langtools/test/HelloWorld.gold.h
author alanb
Sat, 30 Nov 2019 16:21:19 +0000
changeset 59329 289000934908
parent 47216 71c04702a3d5
permissions -rw-r--r--
8234805: (dc) Remove JNI upcall from DatagramChannel.receive implementation Reviewed-by: dfuchs, chegar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
/* DO NOT EDIT THIS FILE - it is machine generated */
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
#include <jni.h>
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
/* Header for class HelloWorld */
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
#ifndef _Included_HelloWorld
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
#define _Included_HelloWorld
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
#ifdef __cplusplus
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
extern "C" {
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
#endif
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
/*
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
 * Class:     HelloWorld
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
 * Method:    test
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
 * Signature: ()V
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
 */
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
JNIEXPORT void JNICALL Java_HelloWorld_test
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
  (JNIEnv *, jobject);
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
#ifdef __cplusplus
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
}
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#endif
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
#endif