JDK-8357591 : Re-enable CDS test cases for jvmci after JDK-8345826
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-05-22
  • Updated: 2025-12-06
  • Resolved: 2025-06-09
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 25 JDK 26
25.0.3-oracleFixed 26 b02Fixed
Related Reports
Relates :  
Description
We have some jtreg settings that exclude certain test cases for libgraal testing. E.g.,

https://github.com/openjdk/jdk/blob/9ca1004e76a614328cd2eb7546143839c4d2f810/test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java#L32-L33

 * @comment work around JDK-8345635
 * @requires !vm.jvmci.enabled

These exclusions are no longer necessary after the integration of JDK-8345826 (Do not automatically resolve jdk.internal.vm.ci when libgraal is used). They should be removed.

(Problem Lists should be checked as well)
Comments
Fix request [25u] I backport this for parity with 25.0.3-oracle. No risk, only a test change. Clean backport.
02-12-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk25u-dev/pull/43 Date: 2025-12-02 12:48:24 +0000
02-12-2025

Changeset: d186dacd Branch: master Author: Ioi Lam <iklam@openjdk.org> Date: 2025-06-09 21:54:55 +0000 URL: https://git.openjdk.org/jdk/commit/d186dacdb7b91dc9a28b703ce3c8ea007fc450b6
09-06-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/25667 Date: 2025-06-06 03:46:16 +0000
06-06-2025