RFR: 8358685: [TEST] AOTLoggingTag.java failed with missing log message

Ioi Lam iklam at openjdk.org
Thu Jun 5 15:13:50 UTC 2025


On Thu, 5 Jun 2025 11:12:30 GMT, Hamlin Li <mli 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

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

Marked as reviewed by iklam (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25658#pullrequestreview-2900745642


More information about the hotspot-runtime-dev mailing list