RFR: 8373945: vmTestbase eatMemory/ClassUnloader provoke OOME to force GC and might cause GC in other threads [v2]
SendaoYan
syan at openjdk.org
Fri Dec 19 03:25:34 UTC 2025
> Hi all,
>
> This PR use `WhiteBox.getWhiteBox().fullGC()` instead of `eatMemory` to grigger full GC. The OOME trigger by `eatMemory` may cause vmTestbase/nsk/monitoring/stress/classload tests intermittent fails when run those tests simultancely on some machines. The WB.fullGC() might be use for same purpose. It also reduce test execution time.
>
> Change has been verified locally by running tests vmTestbase/nsk/monitoring/stress/classload on linux-x64.
>
> Additional testing:
>
> - [ ] All jtreg tests by fastdebug build
SendaoYan 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 three additional commits since the last revision:
- Merge branch 'openjdk:master' into jbs8373945
- Remove unnecessary unloadClass
- 8373945: vmTestbase eatMemory/ClassUnloader provoke OOME to force GC and might cause GC in other threads
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/28891/files
- new: https://git.openjdk.org/jdk/pull/28891/files/999908ea..3028bbea
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=28891&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=28891&range=00-01
Stats: 3116 lines in 74 files changed: 2082 ins; 635 del; 399 mod
Patch: https://git.openjdk.org/jdk/pull/28891.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28891/head:pull/28891
PR: https://git.openjdk.org/jdk/pull/28891
More information about the serviceability-dev
mailing list