Details
Description
both java/lang/StringBuffer/HugeCapacity.java and java/lang/StringBuilder/HugeCapacity.java tests have '@ignore This test has huge memory requirements' and '@requires os.maxMemory >= 6G', having @requires is enough to guarantee that the tests won't be executed on the testing environment which can't handle such requirement, in other words, @ignore just removed the tests from execution for no good reasons.
Attachments
Issue Links
- relates to
-
JDK-8260934 java/lang/StringBuilder/HugeCapacity.java fails without Compact Strings
-
- Resolved
-