Both of these tests run with -Xmx8g: TestHeapDumpForLargeArray.java and ClhsdbRegionDetailsScanOopsForG1.java The make files calculates a MaxRAMPercentage based on the calculated test concurrency. When running these tests with concurrency, we risk running out of memory, the suggested solution is to make sure at least these tests don't run concurrently by using the exclusiveAccess feature in JTreg.
|