[master] RFR: Fix BasicLock to test for UseObjectMonitorTable rather than LM_LIGHTWEIGHT [v2]
Coleen Phillimore
coleenp at openjdk.org
Mon Jun 17 17:13:39 UTC 2024
> The test compiler/uncommontrap/TestDeoptOOM.java was failing with -Xcomp because it was looking for the object monitor in the basicLock which is only the case for -XX:+UseObjectMonitorTable.
>
> Testing tier1 locally with table on and off.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
Missed one in OSR.
-------------
Changes:
- all: https://git.openjdk.org/lilliput/pull/182/files
- new: https://git.openjdk.org/lilliput/pull/182/files/065c1db1..d6146342
Webrevs:
- full: https://webrevs.openjdk.org/?repo=lilliput&pr=182&range=01
- incr: https://webrevs.openjdk.org/?repo=lilliput&pr=182&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/lilliput/pull/182.diff
Fetch: git fetch https://git.openjdk.org/lilliput.git pull/182/head:pull/182
PR: https://git.openjdk.org/lilliput/pull/182
More information about the lilliput-dev
mailing list