-
Bug
-
Resolution: Fixed
-
P4
-
repo-leyden
$ make test CONF=fast TEST=runtime/cds/appcds/aotCache/ExcludedClasses.java
java.lang.RuntimeException: 'TestApp[$]Foo[$]ShouldBeExcluded source: .*/app.jar' missing from stdout/stderr
The test expects next [class,load] output after [aot,verification]. It is missing in premain repo.
[1.580s][info ][class,load ] jdk.internal.event.Event source: jrt:/java.base
[1.580s][info ][class,load ] jdk.jfr.Event source: jrt:/jdk.jfr
[1.580s][info ][class,load ] TestApp$Foo$ShouldBeExcluded source: file:/scratch/kvn/jdk_git2/build/fastdebug/test-support/jtreg_open_test_hotspot_jtreg_runtime_cds_appcds_aotCache_ExcludedClasses_java/scratch/0/app.jar
[1.580s][info ][class,load ] TestApp$Foo$ShouldBeExcludedChild source: file:/scratch/kvn/jdk_git2/build/fastdebug/test-support/jtreg_open_test_hotspot_jtreg_runtime_cds_appcds_aotCache_ExcludedClasses_java/scratch/0/app.jar
java.lang.RuntimeException: 'TestApp[$]Foo[$]ShouldBeExcluded source: .*/app.jar' missing from stdout/stderr
The test expects next [class,load] output after [aot,verification]. It is missing in premain repo.
[1.580s][info ][class,load ] jdk.internal.event.Event source: jrt:/java.base
[1.580s][info ][class,load ] jdk.jfr.Event source: jrt:/jdk.jfr
[1.580s][info ][class,load ] TestApp$Foo$ShouldBeExcluded source: file:/scratch/kvn/jdk_git2/build/fastdebug/test-support/jtreg_open_test_hotspot_jtreg_runtime_cds_appcds_aotCache_ExcludedClasses_java/scratch/0/app.jar
[1.580s][info ][class,load ] TestApp$Foo$ShouldBeExcludedChild source: file:/scratch/kvn/jdk_git2/build/fastdebug/test-support/jtreg_open_test_hotspot_jtreg_runtime_cds_appcds_aotCache_ExcludedClasses_java/scratch/0/app.jar
- relates to
-
JDK-8365724 Leyden ArchiveReflectionData optimization does not work with excluded classes
-
- Open
-