There are rather sensitive GC heap size tests that for example set the initial heap size to some really small number and tests how that works out.
An AOTCache might require loading objects which then exhausts the heap during bootstrapping. These tests should hence not run with -XX:AOTCache=... using the JTREG_AOT_JDK.
I think this includes:
gc/arguments/TestParallelHeapSizeFlags.java
gc/arguments/TestVerifyBeforeAndAfterGCFlags.java
runtime/7167069/PrintAsFlag.java
An AOTCache might require loading objects which then exhausts the heap during bootstrapping. These tests should hence not run with -XX:AOTCache=... using the JTREG_AOT_JDK.
I think this includes:
gc/arguments/TestParallelHeapSizeFlags.java
gc/arguments/TestVerifyBeforeAndAfterGCFlags.java
runtime/7167069/PrintAsFlag.java
- relates to
-
JDK-8365932 Implementation of JEP 516: Ahead-of-Time Object Caching with Any GC
-
- Open
-