mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-24 09:10:08 +00:00
7152206: anti-delta the fix for 7152031
Backout the fix for 7152031; the real bug to be fixed in jdk repo. Reviewed-by: michaelm
This commit is contained in:
parent
ec59e22ec0
commit
c8ff3bb0cc
@ -5845,7 +5845,7 @@ bool os::is_headless_jre() {
|
||||
char buf[MAXPATHLEN];
|
||||
char libmawtpath[MAXPATHLEN];
|
||||
const char *xawtstr = "/xawt/libmawt" JNI_LIB_SUFFIX;
|
||||
const char *new_xawtstr = "/xawt/libawt_xawt" JNI_LIB_SUFFIX;
|
||||
const char *new_xawtstr = "/libawt_xawt" JNI_LIB_SUFFIX;
|
||||
char *p;
|
||||
|
||||
// Get path to libjvm.so
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user