-
Bug
-
Resolution: Fixed
-
P2
-
None
-
b08
These tests:
gc/arguments/TestSurvivorAlignmentInBytesOption.java
gc/survivorAlignment/TestPromotionLABLargeSurvivorAlignment.java
both fail afterJDK-8228855 (which restricts the allowed range for SurvivorAlignmentInBytes), because some test cases expect to fail but now fails with a different error message (because of the new restricted range), causing the test to fail.
gc/arguments/TestSurvivorAlignmentInBytesOption.java
gc/survivorAlignment/TestPromotionLABLargeSurvivorAlignment.java
both fail after
- relates to
-
JDK-8060463 ParNew: SurvivorAlignmentInBytes greater then YoungPLABSize cause assert(obj != NULL || plab->words_remaining() < word_sz) failed: Else should have been able to allocate
-
- Resolved
-
-
JDK-8228855 Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges fails after JDK-8227123
-
- Closed
-
-
JDK-8229134 [TESTBUG] 32-bit build fails gc/arguments/TestSurvivorAlignmentInBytesOption.java after JDK-8228855
-
- Resolved
-