On Fri, 14 May 2021 02:28:17 GMT, Lin Zang <lz...@openjdk.org> wrote:
>> 8262386: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java timed >> out > > Lin Zang has updated the pull request with a new target base due to a merge > or a rebase. The incremental webrev excludes the unrelated changes brought in > by the merge/rebase. The pull request contains 14 additional commits since > the last revision: > > - Merge branch 'master' into s-fix > - Fix typo and add comment > - Merge branch 'master' into s-fix > - fix typo in comments > - Merge branch 'master' into s-fix > - Merge branch 'master' > - Merge branch 'master' into sf > - rename writeThrough to unbufferedMode and code refine > - fix typo in comments > - Merge branch 'master' into sf > - ... and 4 more: > https://git.openjdk.java.net/jdk/compare/45b46a08...01e1a107 Here are the tests I have conducted: 1. Passed test tier1 and tier2 (tier3 not executed) 2. Tested to dump netbeans with heap size at ~500MB, ~700MB and 1GB, and tested w/o `-gz` option from 1-9. all passed. 3. A workload that generate different object to fill heap, I have tested with heap usage from 1GB to 8GB with different `gz` options. All passed. Thanks ! Lin ------------- PR: https://git.openjdk.java.net/jdk/pull/2803