RFR: 8318015: Lock inflation not needed for OSR or Deopt for new locking modes [v4]

Martin Doerr mdoerr at openjdk.org
Mon Oct 16 17:47:46 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.

I'm planning to integrate tomorrow if there are no further comments.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16165#issuecomment-1764970428


More information about the hotspot-dev mailing list