RFR: 8347038: [JMH] jdk.incubator.vector.SpiltReplicate fails NoClassDefFoundError

SendaoYan syan at openjdk.org
Mon Jan 6 09:21:06 UTC 2025


Hi all,
  This PR add JVM option `jvmArgs={"--add-modules=jdk.incubator.vector"}` for test/micro/org/openjdk/bench/jdk/incubator/vector/SpiltReplicate.java, to fix test bug which cause jmh test fails 'java.lang.NoClassDefFoundError: jdk/incubator/vector/FloatVector'. Change has been verified locally, test-fix only, no risk.

-------------

Commit messages:
 - 8347038: [JMH] jdk.incubator.vector.SpiltReplicate.testFloat fails java.lang.NoClassDefFoundError: jdk/incubator/vector/FloatVector

Changes: https://git.openjdk.org/jdk/pull/22923/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22923&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8347038
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/22923.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22923/head:pull/22923

PR: https://git.openjdk.org/jdk/pull/22923


More information about the core-libs-dev mailing list