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

Tests fail due to too low specified TLAB size

XMLWordPrintable

    • gc
    • b28
    • sparc_64, aarch64, s390x
    • generic

        Some tests fail because they specify a too small (Min)TLABSize, i.e. one that is smaller than the minimum TLAB size required due to C2 compiler prefetching.

        They show a similar error to this one:

        MinTLABSize (576) must be greater than or equal to reserved area in TLAB (704)
        Error: Could not create the Java Virtual Machine.
        Error: A fatal exception has occurred. Program will exit.

        These are

        jdk/jfr/event/gc/detailed/TestPromotionEventWithG1.java
        compiler/interpreter/TestVerifyStackAfterDeopt.java

              tschatzl Thomas Schatzl
              mikael Mikael Vidstedt
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: