[master] RFR: Disable biased locking altogether [v2]

Roman Kennke rkennke at openjdk.java.net
Tue May 11 18:38:06 UTC 2021


> In anticipation of eventual removal of biased locking (see JDK-8256425), I'd like to always disable BL in Lilliput. This makes room in the header to put the compressed Klass* in the upper 32 bit. With BL, it would clash with the Thread* there.
> 
> Testing:
>  - [x] tier1
>  - [ ] tier2

Roman Kennke has updated the pull request incrementally with one additional commit since the last revision:

  Keep warning string on single line

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

Changes:
  - all: https://git.openjdk.java.net/lilliput/pull/4/files
  - new: https://git.openjdk.java.net/lilliput/pull/4/files/c4a00134..5ce660ae

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=lilliput&pr=4&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=lilliput&pr=4&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
  Patch: https://git.openjdk.java.net/lilliput/pull/4.diff
  Fetch: git fetch https://git.openjdk.java.net/lilliput pull/4/head:pull/4

PR: https://git.openjdk.java.net/lilliput/pull/4


More information about the lilliput-dev mailing list