8222819: Remove setting of headless property on MacOS from launcher code

Reviewed-by: serb, rriggs
This commit is contained in:
Phil Race 2019-05-03 17:06:42 -07:00
parent 501a6f3423
commit 5c2948942f
6 changed files with 1 additions and 30 deletions

View file

@ -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);