JDK-8343532 : Test test/hotspot/jtreg/runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on Linux ppc64le after JDK-8319343
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: ppc
  • Submitted: 2024-11-04
  • Updated: 2024-11-11
  • Resolved: 2024-11-05
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 24
24 b23Fixed
Related Reports
Relates :  
Description
Test test/hotspot/jtreg/runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on Linux ppc64le after JDK-8319343 with error message
"Unrecognized VM option 'EagerJVMCI" .
The test needs jvmci but this is not supported/available on Linux ppc64le.
Additionally the java version check of the test is not always working, it did not work when setting  '--with-version-patch=1' ; seems this leads to openjdk version "24.0.0.1-internal" .

Comments
Changeset: 8cb12211 Branch: master Author: Matthias Baesken <mbaesken@openjdk.org> Date: 2024-11-05 15:48:23 +0000 URL: https://git.openjdk.org/jdk/commit/8cb122119409fb13b4b9b2e74851207734d5c198
05-11-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/21873 Date: 2024-11-04 12:11:04 +0000
04-11-2024