On Sun, 10 May 2026 18:40:25 GMT, Vladimir Kozlov <[email protected]> wrote:
>> Ashutosh Mehra has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - Add required header file >> >> Signed-off-by: Ashutosh Mehra <[email protected]> >> - Fix another test >> >> Signed-off-by: Ashutosh Mehra <[email protected]> >> - Fix tests to not use -XX:UseSSE=0 or -XX:UseSSE=1 >> >> Signed-off-by: Ashutosh Mehra <[email protected]> > > All JVMCI tests failed: > > java.lang.AssertionError: minimum config for x64 > at > jdk.internal.vm.ci/jdk.vm.ci.hotspot.amd64.AMD64HotSpotJVMCIBackendFactory.computeFeatures(AMD64HotSpotJVMCIBackendFactory.java:64) > at > jdk.internal.vm.ci/jdk.vm.ci.hotspot.amd64.AMD64HotSpotJVMCIBackendFactory.createTarget(AMD64HotSpotJVMCIBackendFactory.java:73) > at > jdk.internal.vm.ci/jdk.vm.ci.hotspot.amd64.AMD64HotSpotJVMCIBackendFactory.createJVMCIBackend(AMD64HotSpotJVMCIBackendFactory.java:107) > at > jdk.internal.vm.ci/jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.<init>(HotSpotJVMCIRuntime.java:585) > at > jdk.internal.vm.ci/jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.runtime(HotSpotJVMCIRuntime.java:184) > at jdk.internal.vm.ci/jdk.vm.ci.runtime.JVMCI.initializeRuntime(Native > Method) > at jdk.internal.vm.ci/jdk.vm.ci.runtime.JVMCI.getRuntime(JVMCI.java:64) > at compiler.jvmci.meta.StableFieldTest.main(StableFieldTest.java:53) @vnkozlov can you please share the command to reproduce the jvmci failure. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31045#issuecomment-4424186228
