RFR: 8255493: Support for pre-generated java.lang.invoke classes in CDS dynamic archive [v4]
Yumin Qi
minqi at openjdk.java.net
Tue Apr 27 18:17:39 UTC 2021
On Tue, 27 Apr 2021 17:37:37 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Moved log invoker lines to debug only, removed check for as_utf8_string
>
> src/hotspot/share/cds/lambdaFormInvokers.cpp line 85:
>
>> 83: Klass* cds_klass = SystemDictionary::resolve_or_null(cds_name, THREAD);
>> 84: guarantee(cds_klass != NULL, "jdk/internal/misc/CDS must exist!");
>> 85: DEBUG_ONLY(log_info(cds)("Total lambdaform lines %d", _lambdaform_lines->length());)
>
> No sorry, I meant
> log_debug(cds)("Total lambdaform lines %d", ...)
> Since this is something you don't want with -Xlog:cds at the info level. Same with line 77
Sorry, I misunderstood the comment.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3611
More information about the hotspot-dev
mailing list