mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8076264: [macosx] Launching app on MacOSX requires enclosing class
Reviewed-by: azvegint, ksrini
This commit is contained in:
parent
cde528f457
commit
e79b50f322
5 changed files with 86 additions and 6 deletions
|
@ -970,7 +970,7 @@ JVMInit(InvocationFunctions* ifn, jlong threadStackSize,
|
|||
}
|
||||
|
||||
void
|
||||
PostJVMInit(JNIEnv *env, jstring mainClass, JavaVM *vm)
|
||||
PostJVMInit(JNIEnv *env, jclass mainClass, JavaVM *vm)
|
||||
{
|
||||
// stubbed out for windows and *nixes.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue