Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8368798

Should not test tiny heap size flag tests with AOTCache

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 26
    • hotspot

      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

            Unassigned Unassigned
            eosterlund Erik Ă–sterlund
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: