git: openjdk/mobile: 2 new changesets

duke duke at openjdk.org
Mon Jan 22 19:53:06 UTC 2024


Changeset: df370d72
Author:    Y. Srinivas Ramakrishna <ysr at openjdk.org>
Date:      2024-01-22 19:51:47 +0000
URL:       https://git.openjdk.org/mobile/commit/df370d725e5ae55a05479e8375bf665233ac3e44

8314329: AgeTable: add is_clear() & allocation spec, and relax assert to allow use of 0-index slot

AgeTable changes:
1. add CHeap allocation spec
2. add a non-product const is_clear() method to check if the age table has only zero entries
3. relax the assertion that the 0th index of the age table is never used, to allow use of that slot

Reviewed-by: wkemper, kdnilsen, ayang, shade

! src/hotspot/share/gc/shared/ageTable.cpp
! src/hotspot/share/gc/shared/ageTable.hpp

Changeset: c0396a39
Author:    duke <duke at openjdk.org>
Date:      2024-01-22 19:51:51 +0000
URL:       https://git.openjdk.org/mobile/commit/c0396a391c38e06ff9f04dceaebe4b4349343a8b

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list