mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8222819: Remove setting of headless property on MacOS from launcher code
Reviewed-by: serb, rriggs
This commit is contained in:
parent
501a6f3423
commit
5c2948942f
6 changed files with 1 additions and 30 deletions
|
@ -161,8 +161,6 @@ Java_jdk_internal_util_SystemProps_00024Raw_platformProperties(JNIEnv *env, jcla
|
|||
PUTPROP(propArray, _sun_cpu_isalist_NDX, sprops->cpu_isalist);
|
||||
|
||||
#ifdef MACOSX
|
||||
PUTPROP(propArray, _java_awt_headless_NDX, sprops->awt_headless);
|
||||
|
||||
/* Proxy setting properties */
|
||||
if (sprops->httpProxyEnabled) {
|
||||
PUTPROP(propArray, _http_proxyHost_NDX, sprops->httpHost);
|
||||
|
|
|
@ -102,8 +102,6 @@ typedef struct {
|
|||
char *socksPort;
|
||||
|
||||
char *exceptionList;
|
||||
|
||||
char *awt_headless; /* java.awt.headless setting, if NULL (default) will not be set */
|
||||
#endif
|
||||
|
||||
} java_props_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue