-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b18
-
arm
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8307429 | 17.0.8 | Sergey Nazarkin | P4 | Resolved | Fixed | b02 |
Initially reported here:
https://mail.openjdk.org/pipermail/hotspot-dev/2023-April/072457.html
Test fails with:
[ RUN ] os.is_first_C_frame_vm
./test/hotspot/gtest/runtime/test_os.cpp:890: Failure
Value of: os::is_first_C_frame(&cur_frame)
Actual: true
Expected: false
[ FAILED ] os.is_first_C_frame_vm (0 ms)
https://mail.openjdk.org/pipermail/hotspot-dev/2023-April/072457.html
Test fails with:
[ RUN ] os.is_first_C_frame_vm
./test/hotspot/gtest/runtime/test_os.cpp:890: Failure
Value of: os::is_first_C_frame(&cur_frame)
Actual: true
Expected: false
[ FAILED ] os.is_first_C_frame_vm (0 ms)
- backported by
-
JDK-8307429 gtest is_first_C_frame failing on ARM
- Resolved