RFR: JDK-8311035: CDS should not use dump time JVM narrow Klass encoding to pre-compute Klass ids [v8]
Thomas Stuefe
stuefe at openjdk.org
Wed Jul 5 16:54:57 UTC 2023
On Wed, 5 Jul 2023 15:25:38 GMT, Ashutosh Mehra <duke at openjdk.org> wrote:
>> Not at the moment, no. Probably never. I separated those two mainly for cleanliness, since Klass range and encoding range are different things.
>
> I am fine having them separately but that assert condition forced me to think if requested_base can ever be less than addr. If not, then I guess assert for `requested_base == addr` ?
Sure, makes sense.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14688#discussion_r1253381689
More information about the hotspot-dev
mailing list