JDK-8287520 : Shrink x86_32 problemlists after JDK-8287437
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-05-30
  • Updated: 2022-06-01
  • Resolved: 2022-06-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 19
19 masterFixed
Related Reports
Relates :  
Relates :  
Description
JDK-8287137 added a bunch of tests into problemlist. Those lists basically exclude every test that runs with --enable-preview. JDK-8287437 makes it better: it only disables Loom parts, even with --enable-preview. This allows testing x86_32 on other preview features and avoids accidental bug slippage in non-Loom code paths. We can and should shrink the problem lists now.
Comments
Changeset: 71599763 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2022-06-01 06:02:54 +0000 URL: https://git.openjdk.java.net/jdk/commit/71599763359055c81afbe5e04d6034b7bb3f3606
01-06-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8946 Date: 2022-05-30 13:20:17 +0000
30-05-2022