-
Bug
-
Resolution: Fixed
-
P3
-
25, 26
-
b11
-
arm
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8366021 | 25.0.2 | Boris Ulasevich | P3 | Resolved | Fixed | master |
Since JDK-8352251 (JEP 518: JFR Cooperative Sampling), jfrSampleRequest calls os::fetch_bcp_from_context(). On ARM32 port it is still Unimplemented(). It should read the corresponding field from uc_mcontext and return the BCP value.
intptr_t* os::fetch_bcp_from_context(const void* ucVoid) {
Unimplemented();
return nullptr;
}
intptr_t* os::fetch_bcp_from_context(const void* ucVoid) {
Unimplemented();
return nullptr;
}
- backported by
-
JDK-8366021 ARM32: missing os::fetch_bcp_from_context implementation
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/99538433
-
Commit(master) openjdk/jdk/001aaa1e
-
Review(master) openjdk/jdk25u/105
-
Review(master) openjdk/jdk/26699