[master] RFR: OMWorld: Add LightweightSynchronizer::quick_enter - fix incorrectly setup cache [v2]
Axel Boldt-Christmas
aboldtch at openjdk.org
Wed Apr 24 08:48:05 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:
Remove extra newline
-------------
Changes:
- all: https://git.openjdk.org/lilliput/pull/169/files
- new: https://git.openjdk.org/lilliput/pull/169/files/bd5f1b74..3201e2be
Webrevs:
- full: https://webrevs.openjdk.org/?repo=lilliput&pr=169&range=01
- incr: https://webrevs.openjdk.org/?repo=lilliput&pr=169&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 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