RFR: 8358685: [TEST] AOTLoggingTag.java failed with missing log message
Hamlin Li
mli at openjdk.org
Fri Jun 6 14:01:54 UTC 2025
On Thu, 5 Jun 2025 15:10:51 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Hi,
>>
>> Can you help to review this patch?
>> AOTLoggingTag.java failed with "'[info][aot] Writing binary AOTConfiguration file:' missing from stdout/stderr"
>> But in fact there is such log, but it looks like "[info ][aot] Writing binary AOTConfiguration file: hello.aotconfig", because there is some [warning] message above it, so there space indent added.
>>
>> Some warning message above is:
>> "[warning][aot] Method in original class is missing from regenerated class: 0x00007f14c04653b0 double java.lang.invoke.LambdaForm$Holder.zero_D(java.lang.Object)"
>>
>> Seems it's enough to just verify `[aot] Writing binary AOTConfiguration file:` exist in the log, I hope I'm understanding the original intention of this test correctly.
>>
>> Thanks!
>
> LGTM
Thank you @iklam @shipilev for reviewing.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25658#issuecomment-2949357340
More information about the hotspot-runtime-dev
mailing list