Integrated: 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 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!
This pull request has now been integrated.
Changeset: 9658cecd
Author: Hamlin Li <mli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9658cecde34a6e9cd39656d21a4ae8bc42da5956
Stats: 6 lines in 1 file changed: 0 ins; 1 del; 5 mod
8358685: [TEST] AOTLoggingTag.java failed with missing log message
Reviewed-by: iklam, shade
-------------
PR: https://git.openjdk.org/jdk/pull/25658
More information about the hotspot-runtime-dev
mailing list