mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 06:00:26 +00:00
8180202: -XXaltjvm is not working anymore on MacOSX
Reviewed-by: dholmes
This commit is contained in:
parent
7466e6f833
commit
b0e4f83d40
@ -424,7 +424,7 @@ GetJVMPath(const char *jrepath, const char *jvmtype,
|
||||
* macosx client library is built thin, i386 only.
|
||||
* 64 bit client requests must load server library
|
||||
*/
|
||||
JLI_Snprintf(jvmpath, jvmpathsize, "%s/lib/server/" JVM_DLL, jrepath);
|
||||
JLI_Snprintf(jvmpath, jvmpathsize, "%s/lib/%s/" JVM_DLL, jrepath, jvmtype);
|
||||
}
|
||||
|
||||
JLI_TraceLauncher("Does `%s' exist ... ", jvmpath);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user