Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8216525 | 13 | Thomas Schatzl | P2 | Resolved | Fixed | b04 |
JDK-8217074 | 12.0.1 | Thomas Schatzl | P2 | Resolved | Fixed | b03 |
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
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
- backported by
-
JDK-8216525 Tests fail due to too low specified TLAB size
-
- Resolved
-
-
JDK-8217074 Tests fail due to too low specified TLAB size
-
- Resolved
-
- relates to
-
JDK-8212766 TestPromotionEventWithG1.java failed due to "RuntimeException: PLAB size is smaller than object size."
-
- Resolved
-