mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -379,11 +379,6 @@ GetJavaProperties(JNIEnv* env)
|
|||
/* Java2D properties */
|
||||
sprops.graphics_env = "sun.awt.Win32GraphicsEnvironment";
|
||||
|
||||
{ /* This is used only for debugging of font problems. */
|
||||
WCHAR *path = _wgetenv(L"JAVA2D_FONTPATH");
|
||||
sprops.font_dir = (path != NULL) ? _wcsdup(path) : NULL;
|
||||
}
|
||||
|
||||
/* OS properties */
|
||||
{
|
||||
char buf[100];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue