-
Enhancement
-
Resolution: Fixed
-
P4
-
21
-
b13
test/lib/jdk/test/lib/process/ProcessTools.java:826: warning: [removal] ThreadDeath in java.lang has been deprecated and marked for removal
if (e instanceof ThreadDeath) {
^
It should compile cleanly.
if (e instanceof ThreadDeath) {
^
It should compile cleanly.
- relates to
-
JDK-8301684 Fix test code to not get finalizer deprecation warnings
-
- Resolved
-