[master] RFR: Load Klass* from header in interpreter (x86) [v4]

Roman Kennke rkennke at openjdk.java.net
Fri Oct 1 12:30:35 UTC 2021


> This implements loading the compressed Klass* from the object header, instead of the Klass* field in the x86 interpreter. It does the fast-path (unlocked object) in assembly, and calls into the runtime to deal with locked objects.
> 
> Testing:
>  - [x] tier1
>  - [x] tier2
>  - [x] hotspot_gc

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

  Emit null-checks before load_klass with correct offset

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

Changes:
  - all: https://git.openjdk.java.net/lilliput/pull/15/files
  - new: https://git.openjdk.java.net/lilliput/pull/15/files/a7ac46c0..dc73c694

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=lilliput&pr=15&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=lilliput&pr=15&range=02-03

  Stats: 62 lines in 14 files changed: 6 ins; 4 del; 52 mod
  Patch: https://git.openjdk.java.net/lilliput/pull/15.diff
  Fetch: git fetch https://git.openjdk.java.net/lilliput pull/15/head:pull/15

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


More information about the lilliput-dev mailing list