JDK-8275950 : Use only _thread_in_vm in ~ThreadBlockInVMPreprocess()
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-10-26
  • Updated: 2021-11-01
  • Resolved: 2021-11-01
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 18
18 masterFixed
Related Reports
Relates :  
Description
We don't need to transition to the intermediate state _thread_blocked_trans, we can just use _thread_in_vm.
Comments
Changeset: f55e68c9 Author: Patricio Chilano Mateo <pchilanomate@openjdk.org> Date: 2021-11-01 15:27:39 +0000 URL: https://git.openjdk.java.net/jdk/commit/f55e68c92924bb70471a4851f616d4c3065ffa92
01-11-2021