JDK-8289612 : Change hotspot/jtreg tests to not use Thread.stop
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-07-02
  • Updated: 2022-07-25
  • Resolved: 2022-07-18
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 20
20 b07Fixed
Description
The following hotspot/jtreg tests use Thread.stop, they need to be changed or deleted:

runtime/Thread/AsyncExceptionTest.java
runtime/Thread/AsyncExceptionOnMonitorEnter.java
runtime/jni/terminatedThread/TestTerminatedThread.java

vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java
vmTestbase/nsk/stress/stack/stack002.java


Comments
Changeset: 5a96a5db Author: Leonid Mesnik <lmesnik@openjdk.org> Date: 2022-07-18 21:53:41 +0000 URL: https://git.openjdk.org/jdk/commit/5a96a5db13992118ec384207edfb04136f339253
18-07-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9505 Date: 2022-07-15 00:11:16 +0000
15-07-2022