RFR: 8255493: Support for pre-generated java.lang.invoke classes in CDS dynamic archive [v13]
Yumin Qi
minqi at openjdk.java.net
Mon May 3 17:49:53 UTC 2021
On Mon, 3 May 2021 17:30:07 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:
>>
>> LambdaFormInvokers::reload should take CHECK
>
> src/hotspot/share/cds/lambdaFormInvokers.hpp line 44:
>
>> 42: static void append_filtered(char* line);
>> 43: // All exceptions except for OOM will be suppressed in the fucntion, the
>> 44: // non-OOM failure should not affect normal archiving.
>
> The above comments should be removed, since we do throw exceptions if the generated classfiles are invalid.
Will update, thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/3611
More information about the hotspot-dev
mailing list