[master] RFR: OMWorld: Add LightweightSynchronizer::quick_enter - fix incorrectly setup cache [v3]

Axel Boldt-Christmas aboldtch at openjdk.org
Thu Apr 25 05:38:09 UTC 2024


> `ObjectSynchronizer::quick_enter` did not setup the BasicLock cache correctly when successful. When x86_32 started calling directly into the VM there are paths which never cleared the cache. Add `LightweightSynchronizer::quick_enter` which correctly clears or sets the cache in all paths.

Axel Boldt-Christmas has updated the pull request incrementally with one additional commit since the last revision:

  Update src/hotspot/share/runtime/lightweightSynchronizer.cpp
  
  Co-authored-by: Stefan Karlsson <stefan.karlsson at oracle.com>

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

Changes:
  - all: https://git.openjdk.org/lilliput/pull/169/files
  - new: https://git.openjdk.org/lilliput/pull/169/files/3201e2be..4d7a60bc

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=lilliput&pr=169&range=02
 - incr: https://webrevs.openjdk.org/?repo=lilliput&pr=169&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/lilliput/pull/169.diff
  Fetch: git fetch https://git.openjdk.org/lilliput.git pull/169/head:pull/169

PR: https://git.openjdk.org/lilliput/pull/169


More information about the lilliput-dev mailing list