RFR: 8305896: Alternative full GC forwarding [v12]

Roman Kennke rkennke at openjdk.org
Fri Apr 28 15:39:53 UTC 2023


On Fri, 28 Apr 2023 15:20:05 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

>> 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.

I changed that code to use the murmur3 mixer instead. This is PD and should hopefully not cause troubles.

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

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


More information about the shenandoah-dev mailing list