mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +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
|
@ -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 */
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue