Details
-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b117
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028867 | port-stage-ppc-aix | Brian Burkhalter | P4 | Resolved | Fixed | master |
Description
When running the tests with concurrency enabled (ie: pool of agent VMs) then it is often necessary to limit the heap of the agent VMs to avoid swapping when the number of concurrent VMs is high. A typical execution would be -vmoption:-Xmx256, ie: 256MB heap.
This new test seems to require up to 512MB (otherwise it fails with OOME) and it would be useful if the @run tag could be adjusted to "@run main/othervm -Xmx512m ExtremeShiftingTests" so that it runs its in own VM with a 512MB heap.
Attachments
Issue Links
- backported by
-
JDK-8028867 test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to specify heap size
- Resolved
- relates to
-
JDK-8042983 test/java/math/BigInteger/ExtremeShiftingTests.java needs too much heap
- Closed