RFR: 8263017: Read barriers are missing in nmethod printing code [v2]
Vladimir Ivanov
vlivanov at openjdk.java.net
Fri Mar 12 11:36:08 UTC 2021
On Fri, 12 Mar 2021 09:59:02 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
> You can run nmethod::run_nmethod_entry_barriers() for now to fix the immediate bug. Then I can add the better load barrier for this situation.
Sounds good. Switched to `run_nmethod_entry_barriers()` for now.
Also, reverted the cleanups/refactorings. Will push them separately.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2919
More information about the hotspot-compiler-dev
mailing list