mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8130266: Change the mechanism by which JDK loads the platform-specific GraphicsEnvironment class
Reviewed-by: serb, bchristi
This commit is contained in:
parent
1aea77ae37
commit
d43616c60a
13 changed files with 238 additions and 76 deletions
|
@ -376,9 +376,6 @@ GetJavaProperties(JNIEnv* env)
|
|||
sprops.tmp_dir = _wcsdup(tmpdir);
|
||||
}
|
||||
|
||||
/* Java2D properties */
|
||||
sprops.graphics_env = "sun.awt.Win32GraphicsEnvironment";
|
||||
|
||||
/* OS properties */
|
||||
{
|
||||
char buf[100];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue