Integrated: 8365166: ARM32: missing os::fetch_bcp_from_context implementation
Boris Ulasevich
bulasevich at openjdk.org
Wed Aug 13 12:49:19 UTC 2025
On Fri, 8 Aug 2025 14:27:20 GMT, Boris Ulasevich <bulasevich at openjdk.org> wrote:
> Since [JDK-8352251](https://bugs.openjdk.org/browse/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.
This pull request has now been integrated.
Changeset: 001aaa1e
Author: Boris Ulasevich <bulasevich at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/001aaa1e49f2692061cad44d68c9e81a27ea3b98
Stats: 10 lines in 1 file changed: 8 ins; 0 del; 2 mod
8365166: ARM32: missing os::fetch_bcp_from_context implementation
Reviewed-by: shade
-------------
PR: https://git.openjdk.org/jdk/pull/26699
More information about the hotspot-runtime-dev
mailing list