JDK-8285507 : revert fix for JDK-8282704 now that JDK-8282952 is fixed
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-04-23
  • Updated: 2022-05-02
  • Resolved: 2022-05-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 19
19 masterFixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
The following fix:

    JDK-8282704 runtime/Thread/StopAtExit.java may leak memory

is no longer needed now that the following bug is fixed:

    JDK-8282952 Thread::exit should be immune to Thread.stop
Comments
Changeset: 41de506e Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-05-02 15:39:06 +0000 URL: https://git.openjdk.java.net/jdk/commit/41de506ed6c9dc0331c2b6ae99c11623df05f34a
02-05-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8389 Date: 2022-04-25 22:17:00 +0000
27-04-2022