-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b02
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8367019 | 25.0.2 | Shyam kishor | P4 | Resolved | Fixed | master |
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)"
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)"
- backported by
-
JDK-8367019 [TEST] AOTLoggingTag.java failed with missing log message
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/6b1067d6
-
Commit(master) openjdk/jdk/9658cecd
-
Review(master) openjdk/jdk25u/160
-
Review(master) openjdk/jdk/25658