-
Bug
-
Resolution: Fixed
-
P4
-
19
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8288419 | 17.0.5 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
```
[ RUN ] os.is_first_C_frame_vm
/shared/projects/openjdk/jdk-jdk/source/test/hotspot/gtest/runtime/test_os.cpp:876: Failure
Value of: os::is_first_C_frame(&cur_frame)
Actual: true
Expected: false
[ FAILED ] os.is_first_C_frame_vm (0 ms)
```
A usable fix would be to use getcontext() to implement os::current_frame() on these platforms. But let's just exclude the test for now on Zero.
- backported by
-
JDK-8288419 JDK-8282306 breaks gtests on zero
-
- Resolved
-
- relates to
-
JDK-8288720 os::is_first_C_frame gtest fails on arm32
-
- Open
-
-
JDK-8282306 os::is_first_C_frame(frame*) crashes on invalid link access
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/67ca42c5
-
Commit openjdk/jdk/78ef2fde
-
Review openjdk/jdk17u-dev/466
-
Review openjdk/jdk/7920
(2 links to)