-
Bug
-
Resolution: Fixed
-
P3
-
15
-
b28
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8247719 | 16 | Calvin Cheung | P3 | Resolved | Fixed | b02 |
JDK-8250051 | 15.0.2 | Calvin Cheung | P3 | Resolved | Fixed | b01 |
JDK-8250349 | 15.0.1 | Calvin Cheung | P3 | Resolved | Fixed | b03 |
Test fails with
java.lang.RuntimeException: '.class.load. SimpleApp[$][$]Lambda[$]1/0x.*source:.*shared.*objects.*file.*(top)' missing from stdout/stderr
however log contains this:
[0.432s][info ][class,load] SimpleApp$$Lambda$14/0x000000080079c840 source: shared objects file (top)
It seems the test is expecting the name to contain only Lambda$1 and Lambda$14 is unexpected.
java.lang.RuntimeException: '.class.load. SimpleApp[$][$]Lambda[$]1/0x.*source:.*shared.*objects.*file.*(top)' missing from stdout/stderr
however log contains this:
[0.432s][info ][class,load] SimpleApp$$Lambda$14/0x000000080079c840 source: shared objects file (top)
It seems the test is expecting the name to contain only Lambda$1 and Lambda$14 is unexpected.
- backported by
-
JDK-8247719 [TESTBUG] runtime/cds/appcds/dynamicArchive tests failing with Graal
-
- Resolved
-
-
JDK-8250051 [TESTBUG] runtime/cds/appcds/dynamicArchive tests failing with Graal
-
- Resolved
-
-
JDK-8250349 [TESTBUG] runtime/cds/appcds/dynamicArchive tests failing with Graal
-
- Resolved
-