On Sat, 9 May 2026 23:56:17 GMT, Ashutosh Mehra <[email protected]> wrote:
>> Ashutosh Mehra has updated the pull request incrementally with one >> additional commit since the last revision: >> >> clflush should always be availble. Remove CPU_FLUSH enum and related >> asserts and checks >> >> Signed-off-by: Ashutosh Mehra <[email protected]> > > I see two failures in GHA testing: > 1. compiler/c1/Test6579789.java > 2. compiler/c1/Test6855215.java > > Both these tests use -XX:UseSSE=0 to run the test which is not supported with > this patch because it updates the range of UseSSE to (2,4). The related bugs > are https://bugs.openjdk.org/browse/JDK-6579789 and > https://bugs.openjdk.org/browse/JDK-6855215. From the comments in the bug it > looks like they happened only with UseSSE<2 which would never happen on > x86-64. @vnkozlov I think we can just remove these two tests. Are you ok > with that? @ashu-mehra we rare remove tests. Surrently we run them with UseSSE=2 which VM set. May be you can just remove ` -XX:UseSSE=0 `flag from them. I look on other test which may use -XX:UseSSE=0 and found next tests: test/hotspot/jtreg/compiler/cpuflags/CPUFeaturesClearTest.java test/hotspot/jtreg/compiler/arraycopy/stress/TestStressArrayCopy.java ------------- PR Comment: https://git.openjdk.org/jdk/pull/31045#issuecomment-4414114734
