JDK-8286476 : x86_32: Fix crashes with non-preview mode after JDK-8284161 (Virtual Threads)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-05-10
  • Updated: 2022-06-14
  • Resolved: 2022-05-11
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 b22Fixed
Related Reports
Relates :  
Relates :  
Description
Virtual Threads are not fully implemented on x86_32. The feature is guarded with `--enable-preview`. But there is some VM code that is executed unconditionally anyway, crashing the VM on some tests. This improves the x86_32 code to the point that tests without `--enable-preview` run successfully. This adds the scaffolding for full implementation too.
Comments
Changeset: ae695d6c Author: Aleksey Shipilev <shade@openjdk.org> Date: 2022-05-11 14:15:52 +0000 URL: https://git.openjdk.java.net/jdk/commit/ae695d6cb79afbca6e38ede59b366ec55eced76a
11-05-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8630 Date: 2022-05-10 13:42:03 +0000
10-05-2022