[jdk11u-dev] RFR: 8228672: [TESTBUG] gc/metaspace/TestSizeTransitions.java fails on 32-bit platforms [v2]

Goetz Lindenmaier goetz at openjdk.org
Tue Oct 25 10:28:20 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.

-------------

Changes:
  - all: https://git.openjdk.org/jdk11u-dev/pull/1469/files
  - new: https://git.openjdk.org/jdk11u-dev/pull/1469/files/b02496be..b02496be

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1469&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1469&range=00-01

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 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