[jdk11u-dev] RFR: 8228672: [TESTBUG] gc/metaspace/TestSizeTransitions.java fails on 32-bit platforms [v3]
Goetz Lindenmaier
goetz at openjdk.org
Tue Oct 25 10:31:05 UTC 2022
> Follow up of 8227179.
>
> Clean backport. But I applied
> - final ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(jvmArgs.toArray(new String[0]));
> + final ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(jvmArgs);
> from
> "8244010: Simplify usages of ProcessTools.createJavaProcessBuilder in our tests"
> as that change comes later and was backported already.
Goetz Lindenmaier 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 'master' into goetz_backport_8228672
- Backport 1ed64c2a95b36be6f94680a485734a8d6743a182
- Backport c0f6ce7c54e0e8266beb36de154f3c2e8747a24e
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/1469/files
- new: https://git.openjdk.org/jdk11u-dev/pull/1469/files/b02496be..f5f1b1bb
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1469&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1469&range=01-02
Stats: 4 lines in 1 file changed: 2 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1469.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1469/head:pull/1469
PR: https://git.openjdk.org/jdk11u-dev/pull/1469
More information about the jdk-updates-dev
mailing list