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

Print this page

        

@@ -192,11 +192,11 @@
 
 /*
  * 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     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,