src/java.base/share/native/libjli/java.h

Print this page

        

*** 192,202 **** /* * For MacOSX and Windows/Unix compatibility we require these * entry points, some of them may be stubbed out on Windows/Unixes. */ ! void PostJVMInit(JNIEnv *env, jstring mainClass, JavaVM *vm); void ShowSplashScreen(); void RegisterThread(); /* * this method performs additional platform specific processing and * should return JNI_TRUE to indicate the argument has been consumed, --- 192,202 ---- /* * For MacOSX and Windows/Unix compatibility we require these * entry points, some of them may be stubbed out on Windows/Unixes. */ ! void PostJVMInit(JNIEnv *env, jclass mainClass, JavaVM *vm); void ShowSplashScreen(); void RegisterThread(); /* * this method performs additional platform specific processing and * should return JNI_TRUE to indicate the argument has been consumed,