-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b83
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141794 | emb-9 | Andy Herrick | P3 | Resolved | Fixed | team |
We can remove all the native splash screen code and just do what Mac implementation is doing.
Since deployment in JDK9 supports only old versions of jre 1.6.0+, we can now remove a great deal of native code in launcher.c and splash_md.c, as well as not have to launch second copy of javaws.exe to wait to close splash window. None of this is necessary anymore.
Cleaning this up will simplify the native code, as well as some of the Java code.
Since deployment in JDK9 supports only old versions of jre 1.6.0+, we can now remove a great deal of native code in launcher.c and splash_md.c, as well as not have to launch second copy of javaws.exe to wait to close splash window. None of this is necessary anymore.
Cleaning this up will simplify the native code, as well as some of the Java code.
- backported by
-
JDK-8141794 Use awt splash mechanism in all cases in JDK9
-
- Resolved
-