When running in hs-tier4, with the following task:
test open/test/hotspot/jtreg:hotspot_appcds_dynamic with windows-x64-debug with -Dtest.dynamic.cds.archive=true #tier4-rt-appcds-dynamic
FieldLayoutFlags.java fails with failed to clean up files after test.
It's probably caused by failing to close the zipfile here:
http://hg.openjdk.java.net/jdk/jdk/file/ad157fab6bf5/test/hotspot/jtreg/runtime/cds/appcds/TestCommon.java#l346
test open/test/hotspot/jtreg:hotspot_appcds_dynamic with windows-x64-debug with -Dtest.dynamic.cds.archive=true #tier4-rt-appcds-dynamic
FieldLayoutFlags.java fails with failed to clean up files after test.
It's probably caused by failing to close the zipfile here:
http://hg.openjdk.java.net/jdk/jdk/file/ad157fab6bf5/test/hotspot/jtreg/runtime/cds/appcds/TestCommon.java#l346
- relates to
-
JDK-8233086 [TESTBUG] need to test field layout style difference between CDS dump time and run time
-
- Resolved
-