-
Bug
-
Resolution: Fixed
-
P4
-
11, 13
-
b22
-
ppc, s390x
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8227082 | 11.0.5 | Martin Doerr | P4 | Resolved | Fixed | b01 |
A test for AsyncGetCallTrace was recently added (JDK-8223040).
We had noticed that PPC64 and s390 are not ready for it (therefore test was disabled byJDK-8224020).
Some of the forte.cpp code is explicitly disabled for PPC64. But the required functionality is there and can be enabled.
S390 misses the implementation of pd_get_top_frame_for_signal_handler.
This function is needed to support the async-profiler:
https://github.com/jvm-profiling-tools/async-profiler
We had noticed that PPC64 and s390 are not ready for it (therefore test was disabled by
Some of the forte.cpp code is explicitly disabled for PPC64. But the required functionality is there and can be enabled.
S390 misses the implementation of pd_get_top_frame_for_signal_handler.
This function is needed to support the async-profiler:
https://github.com/jvm-profiling-tools/async-profiler
- backported by
-
JDK-8227082 [PPC64, s390] Support AsyncGetCallTrace
- Resolved