[jdk21u-dev] Integrated: 8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder

Goetz Lindenmaier goetz at openjdk.org
Mon Apr 29 09:22:12 UTC 2024


On Mon, 22 Apr 2024 13:45:39 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with Oracle.
> 
> File not in 21:
> test/hotspot/jtreg/compiler/compilercontrol/commands/MemLimitTest.java
> was added by "8319301: Static analysis warnings after JDK-8318016" in 22.
> test/hotspot/jtreg/compiler/compilercontrol/commands/MemStatTest.java
> Was added by "8318671: Potential uninitialized uintx value after JDK-8317683".
> "8317683 Add JIT memory statistics" was added in 22.
> 
> test/hotspot/jtreg/compiler/compilercontrol/commands/OptionTest.java
> Resolved because "8282797: CompileCommand parsing errors should exit VM" is only in 22.
> It has a CSR and modifies behaviour, so not a good candidate to backport as prereq.
> 
> File not in 21:
> test/hotspot/jtreg/compiler/print/CompileCommandMemLimit.java
> Added by "8318016: Per-compilation memory ceiling" in 22.
> test/hotspot/jtreg/compiler/print/CompileCommandPrintMemStat.java
> Added by "8317683 Add JIT memory statistics" in 22.
> 
> test/hotspot/jtreg/compiler/vectorapi/TestVectorErgonomics.java
> Resolved because some Vector API changes are not in 21.
> 
> 
> File not in 21:
> test/hotspot/jtreg/runtime/ErrorHandling/UncaughtNativeExceptionTest.java
> Added in 22 by "8310228: Improve error reporting for uncaught native exceptions on Windows"
> 
> I had to edit two additional files. 
> I could not execute hotspot/jtreg/gc/z/TestHighUsage.java, but the edit is trivial enough to 
> skip this.
> compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java fails in an unrelated way but it is on the
> ProblemList anyways.
> Other tests or tests using the edited class pass.

This pull request has now been integrated.

Changeset: e7ebae54
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk21u-dev/commit/e7ebae54a7e0250cb9f645bd2bdc04a60f6b0cba
Stats:     256 lines in 86 files changed: 73 ins; 1 del; 182 mod

8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder

Reviewed-by: lucy
Backport-of: cbe329b90ac1488836d4852fead79aa26c082114

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

PR: https://git.openjdk.org/jdk21u-dev/pull/520


More information about the jdk-updates-dev mailing list