8212703: Remove sun.java2d.fontpath property from java launcher code

Reviewed-by: alanb, rriggs
This commit is contained in:
Phil Race 2018-12-10 12:33:23 -08:00
parent a5ed4e3e73
commit 8895605e66
6 changed files with 92 additions and 14 deletions

View file

@ -220,7 +220,6 @@ Java_jdk_internal_util_SystemProps_00024Raw_platformProperties(JNIEnv *env, jcla
* This property may be removed if that mechanism is redesigned
*/
PUTPROP(propArray, _java_awt_graphicsenv_NDX, sprops->graphics_env);
PUTPROP_PlatformString(propArray, _sun_java2d_fontpath_NDX, sprops->font_dir);
/*
* The sun.desktop property is currently only set for Gnome and Windows desktops.