-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 21
-
Component/s: hotspot
-
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
-
- links to
-
Commit
openjdk/jdk/ff364c19
-
Review(master)
openjdk/jdk/12827