jdk/src/java.base/share/native/libjli/java.h
changeset 30467 075f4f160f19
parent 29742 b73f38796859
child 33987 24ecd3c83f33
--- a/jdk/src/java.base/share/native/libjli/java.h	Thu Apr 16 14:32:33 2015 +0100
+++ b/jdk/src/java.base/share/native/libjli/java.h	Thu Apr 16 21:55:55 2015 +0300
@@ -194,7 +194,7 @@
  * 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();
 /*