[master] Integrated: Trim identity-hashcode to 25bit

Roman Kennke rkennke at openjdk.java.net
Tue May 11 17:16:48 UTC 2021


On Mon, 10 May 2021 17:08:02 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> I'd like to trim the identity hashcode to 25 bits to make room in the upper 32bits for the compressed class-pointer.
> 
> This could in theory regress performance on workloads that make heavy use of i-hashes, but I could not show this in practice (by specjvm workloads like compiler which uses lots of ihashes).
> 
> Next step would be to move the Klass* into the upper 32bit part. (If you look closely, this would be the exact header layout of 32bit JVMs.) And then get rid of the dedicated Klass* field. :-D Eventually I'd make ihash-bits and klass* bits configurable to trade one for the other.
> 
> Testing:
>  - [x] some manual benchmarks
>  - [x] tier1
>  - [ ] tier2

This pull request has now been integrated.

Changeset: 08987ab7
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.java.net/lilliput/commit/08987ab77e979b6f5c63aab41b2ed09afeaad144
Stats:     16 lines in 3 files changed: 6 ins; 2 del; 8 mod

Trim identity-hashcode to 25bit

Reviewed-by: shade

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

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


More information about the lilliput-dev mailing list