RFR: 8276126: Dump time class transformation causes heap objects of non-boot classes to be archived [v3]

Calvin Cheung ccheung at openjdk.java.net
Tue Nov 30 17:51:49 UTC 2021


On Tue, 30 Nov 2021 03:58:56 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Simplify the fix by passing a 'redefined' flag from KlassFactory::create_from_stream() to ClassLoader::record_result()
>
> src/hotspot/share/classfile/classLoaderExt.cpp line 233:
> 
>> 231: 
>> 232: void ClassLoaderExt::record_result(const s2 classpath_index, InstanceKlass* result,
>> 233:                                    const ClassFileStream* stream, bool redefined) {
> 
> The `stream` argument is not used.

Thanks for spotting this. I've fixed it.

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

PR: https://git.openjdk.java.net/jdk/pull/6484


More information about the hotspot-runtime-dev mailing list