mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8212703: Remove sun.java2d.fontpath property from java launcher code
Reviewed-by: alanb, rriggs
This commit is contained in:
parent
a5ed4e3e73
commit
8895605e66
6 changed files with 92 additions and 14 deletions
|
@ -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.
|
||||
|
|
|
@ -46,7 +46,6 @@ typedef struct {
|
|||
#endif
|
||||
|
||||
nchar *tmp_dir;
|
||||
nchar *font_dir;
|
||||
nchar *user_dir;
|
||||
|
||||
char *file_separator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue