-
Bug
-
Resolution: Fixed
-
P4
-
15, 16
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8293081 | 11.0.18-oracle | Ryan Wallace | P4 | Resolved | Fixed | b01 |
JDK-8295040 | 11.0.18 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8293082 | 8u361 | Ryan Wallace | P4 | Resolved | Fixed | b01 |
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.
- backported by
-
JDK-8293081 java/lang/StringBuffer/HugeCapacity.java and j/l/StringBuilder/HugeCapacity.java tests shouldn't be @ignore-d
- Resolved
-
JDK-8293082 java/lang/StringBuffer/HugeCapacity.java and j/l/StringBuilder/HugeCapacity.java tests shouldn't be @ignore-d
- Resolved
-
JDK-8295040 java/lang/StringBuffer/HugeCapacity.java and j/l/StringBuilder/HugeCapacity.java tests shouldn't be @ignore-d
- Resolved
- relates to
-
JDK-8260934 java/lang/StringBuilder/HugeCapacity.java fails without Compact Strings
- Resolved
(1 links to)