mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8212700: Change the mechanism by which JDK loads the platform-specific AWT Toolkit
Reviewed-by: serb, rriggs
This commit is contained in:
parent
7f841d6d9a
commit
8ca1211aab
13 changed files with 95 additions and 66 deletions
|
@ -365,9 +365,6 @@ GetJavaProperties(JNIEnv* env)
|
|||
return &sprops;
|
||||
}
|
||||
|
||||
/* AWT properties */
|
||||
sprops.awt_toolkit = "sun.awt.windows.WToolkit";
|
||||
|
||||
/* tmp dir */
|
||||
{
|
||||
WCHAR tmpdir[MAX_PATH + 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue