src/java.base/share/native/libjava/jdk_util.h
changeset 58493 55a8d95c7787
parent 47216 71c04702a3d5
--- a/src/java.base/share/native/libjava/jdk_util.h	Tue Oct 08 09:33:57 2019 +0200
+++ b/src/java.base/share/native/libjava/jdk_util.h	Tue Oct 08 10:24:22 2019 +0200
@@ -45,20 +45,6 @@
 JNIEXPORT void
 JDK_GetVersionInfo0(jdk_version_info* info, size_t info_size);
 
-
-/*-------------------------------------------------------
- * Internal interface for JDK to use
- *-------------------------------------------------------
- */
-
-/* Init JVM handle for symbol lookup;
- * Return 0 if JVM handle not found.
- */
-int JDK_InitJvmHandle();
-
-/* Find the named JVM entry; returns NULL if not found. */
-void* JDK_FindJvmEntry(const char* name);
-
 #ifdef __cplusplus
 } /* extern "C" */
 #endif /* __cplusplus */