RFR: 8318015: Lock inflation not needed for OSR or Deopt for new locking modes [v4]
Martin Doerr
mdoerr at openjdk.org
Tue Oct 17 14:03:06 UTC 2023
On Sat, 14 Oct 2023 09:46:35 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Only LockingMode "LM_LEGACY" requires inflation before lock transfers because it is the only one which uses stack addresses in the mark word. I think we should treat the displaced header as stale data because it may be uninitialized.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>
> Move constants to globalDefinitions.hpp.
Thanks for the reviews and the suggestions!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16165#issuecomment-1766461924
More information about the hotspot-dev
mailing list