[master] RFR: Fix BasicLock to test for UseObjectMonitorTable rather than LM_LIGHTWEIGHT

Coleen Phillimore coleenp at openjdk.org
Mon Jun 17 15:54:43 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.

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

Commit messages:
 - Fix BasicLock to test for UseObjectMonitorTable rather than LM_LIGHTWEIGHT.

Changes: https://git.openjdk.org/lilliput/pull/182/files
  Webrev: https://webrevs.openjdk.org/?repo=lilliput&pr=182&range=00
  Stats: 7 lines in 2 files changed: 0 ins; 0 del; 7 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