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

@ -407,10 +407,6 @@ GetJavaProperties(JNIEnv *env)
sprops.awt_toolkit = "sun.awt.X11.XToolkit";
#endif
/* This is used only for debugging of font problems. */
v = getenv("JAVA2D_FONTPATH");
sprops.font_dir = v ? v : NULL;
#ifdef SI_ISALIST
/* supported instruction sets */
{