-
Type:
Enhancement
-
Resolution: Duplicate
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
aarch64
-
windows
The SpinPause gtest currently fails on Windows AArch64 because the SpinPause function returns 0
[----------] 1 test from SpinPause
[ RUN ] SpinPause.sanity_vm
s\test\hotspot\gtest\aarch64\test_spin_pause.cpp(30): error: Expected equality of these values:
SpinPause()
Which is: 0
1
[ FAILED ] SpinPause.sanity_vm (0 ms)
[----------] 1 test from SpinPause (0 ms total)
[----------] 1 test from SpinPause
[ RUN ] SpinPause.sanity_vm
s\test\hotspot\gtest\aarch64\test_spin_pause.cpp(30): error: Expected equality of these values:
SpinPause()
Which is: 0
1
[ FAILED ] SpinPause.sanity_vm (0 ms)
[----------] 1 test from SpinPause (0 ms total)
- duplicates
-
JDK-8343249 [Windows] Implement SpinPause
-
- Open
-