RFR: 8276901: Implement UseHeavyMonitors consistently [v10]
Martin Doerr
mdoerr at openjdk.java.net
Wed Dec 1 17:29:30 UTC 2021
On Wed, 1 Dec 2021 17:15:33 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> I believe you still have to change something in sharedRuntime_ppc.cpp, similar to what I did in, e.g., sharedRuntime_aarch64.cpp.
You mean in `generate_native_wrapper`? I already did. It uses the same assembler function as C2 on PPC64. Did I miss anything else? I think hacking `unlock` is optional. The additional checks don't really disturb.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6320
More information about the hotspot-compiler-dev
mailing list