RFR: 8332596: Shenandoah: problemlist TestAllocIntArrays.java#[iu-]aggressive and TestAllocObjectArrays.java#[iu-]aggressive [v2]
SendaoYan
syan at openjdk.org
Wed Jun 26 08:10:30 UTC 2024
> Hi all,
> The OOM failure seems a JVM bug, not a test bug. Testcase run OOM on Neoverse-N1 and Neoverse-N2, run pass on Kunpeng-920. It seems that, if the cpu work quickly, there testcases failed; if the cpu work slowly, there testcases passed.
> Before the OOM was investigated, should we problemlist these testcases. Only change the Problemlist, the risk is low.
> There 4 testcase run OOM:
> gc/shenandoah/TestAllocObjectArrays.java#aggressive
> gc/shenandoah/TestAllocObjectArrays.java#iu-aggressive
> gc/shenandoah/TestAllocIntArrays.java#aggressive
> gc/shenandoah/TestAllocIntArrays.java#iu-aggressive
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 two additional commits since the last revision:
- Merge branch 'openjdk:master' into jbs8332596
- 8332596: Shenandoah: problemlist TestAllocIntArrays.java#aggressive and TestAllocObjectArrays.java#aggressive
Signed-off-by: sendaoYan <yansendao.ysd at alibaba-inc.com>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/19322/files
- new: https://git.openjdk.org/jdk/pull/19322/files/8a7d0f04..a599aeff
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=19322&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=19322&range=00-01
Stats: 97960 lines in 2168 files changed: 61801 ins; 25587 del; 10572 mod
Patch: https://git.openjdk.org/jdk/pull/19322.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19322/head:pull/19322
PR: https://git.openjdk.org/jdk/pull/19322
More information about the hotspot-gc-dev
mailing list