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

Hamlin Li mli at openjdk.org
Thu Jun 5 11:17:39 UTC 2025


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.

Thanks!

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

Commit messages:
 - initial commit

Changes: https://git.openjdk.org/jdk/pull/25658/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25658&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8358685
  Stats: 6 lines in 1 file changed: 0 ins; 1 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/25658.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25658/head:pull/25658

PR: https://git.openjdk.org/jdk/pull/25658


More information about the hotspot-runtime-dev mailing list