-
Bug
-
Resolution: Fixed
-
P4
-
22, 23
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8332593 | 22.0.2 | Christoph Langer | P4 | Resolved | Fixed | b08 |
JDK-8332301 | 21.0.5-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b01 |
JDK-8334224 | 21.0.5 | Christoph Langer | P4 | Resolved | Fixed | b01 |
JDK-8343287 | 17.0.14 | Amos SHI | P4 | Resolved | Fixed | b01 |
JDK-8339145 | 17.0.13 | Amos SHI | P4 | Resolved | Fixed | master |
Most notably:
B5045306.java:
- does not need to run in othervm
- the executor service that it uses should be shut down eventually to free resources
B8291637.java:
- use just one instead of two test VM invocations
KeepAliveTimerThread.java:
call to grp.destroy() at the end is pointless (API is void & deprecated for removal)
Generally:
The deprecated URL constructor is used. It can be switched to the handy URIBuilder
Some more try with resources here and there
- backported by
-
JDK-8332301 Cleanups for KeepAliveCache tests
- Resolved
-
JDK-8332593 Cleanups for KeepAliveCache tests
- Resolved
-
JDK-8334224 Cleanups for KeepAliveCache tests
- Resolved
-
JDK-8339145 Cleanups for KeepAliveCache tests
- Resolved
-
JDK-8343287 Cleanups for KeepAliveCache tests
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/a1a56cf8
-
Commit openjdk/jdk22u/1e173f9d
-
Commit openjdk/jdk/a5005c87
-
Commit(master) openjdk/jdk17u-dev/99b7468e
-
Review openjdk/jdk21u-dev/595
-
Review openjdk/jdk22u/207
-
Review openjdk/jdk/18884
-
Review(master) openjdk/jdk17u-dev/2790
-
Review(master) openjdk/jdk17u-dev/2813