RFR: 8305896: Alternative full GC forwarding [v12]

Roman Kennke rkennke at openjdk.org
Fri Apr 28 15:31:23 UTC 2023


On Fri, 28 Apr 2023 14:36:06 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

>> Roman Kennke has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Improve comment/explanation at top of SlidingForwarding, thanks @shipilev
>
> src/hotspot/share/gc/shared/slidingForwarding.cpp line 114:
> 
>> 112: }
>> 113: 
>> 114: size_t FallbackTable::home_index(HeapWord* from) {
> 
> What is the license for this code?

I've written that code using publicly available documentation. Do I need legal review to do that? Alternatively I would use the murmur3 mixer which is public domain.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13582#discussion_r1180540425


More information about the hotspot-gc-dev mailing list