--- old/src/java.base/share/native/libjava/jni_util.c 2019-10-28 18:02:56.070733800 +0000 +++ new/src/java.base/share/native/libjava/jni_util.c 2019-10-28 18:02:54.822448600 +0000 @@ -791,13 +791,6 @@ CHECK_NULL(String_value_ID); } -// This alias is used for compatibility with 32 bit Windows -JNIEXPORT jstring -NewStringPlatform(JNIEnv *env, const char *str) -{ - return JNU_NewStringPlatform(env, str); -} - JNIEXPORT jstring JNICALL JNU_NewStringPlatform(JNIEnv *env, const char *str) {