src/java.base/share/native/libjava/jdk_util.h
changeset 58493 55a8d95c7787
parent 47216 71c04702a3d5
equal deleted inserted replaced
58492:227ddf1ff93d 58493:55a8d95c7787
    43  *
    43  *
    44  */
    44  */
    45 JNIEXPORT void
    45 JNIEXPORT void
    46 JDK_GetVersionInfo0(jdk_version_info* info, size_t info_size);
    46 JDK_GetVersionInfo0(jdk_version_info* info, size_t info_size);
    47 
    47 
    48 
       
    49 /*-------------------------------------------------------
       
    50  * Internal interface for JDK to use
       
    51  *-------------------------------------------------------
       
    52  */
       
    53 
       
    54 /* Init JVM handle for symbol lookup;
       
    55  * Return 0 if JVM handle not found.
       
    56  */
       
    57 int JDK_InitJvmHandle();
       
    58 
       
    59 /* Find the named JVM entry; returns NULL if not found. */
       
    60 void* JDK_FindJvmEntry(const char* name);
       
    61 
       
    62 #ifdef __cplusplus
    48 #ifdef __cplusplus
    63 } /* extern "C" */
    49 } /* extern "C" */
    64 #endif /* __cplusplus */
    50 #endif /* __cplusplus */
    65 
    51 
    66 #endif /* JDK_UTIL_H */
    52 #endif /* JDK_UTIL_H */