[jdk11u-dev] Integrated: 8244010: Simplify usages of ProcessTools.createJavaProcessBuilder in our tests

Goetz Lindenmaier goetz at openjdk.org
Wed Oct 12 08:53:22 UTC 2022


On Fri, 7 Oct 2022 08:14:05 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with 11.0.17-oracle.
> 
> 
> test/hotspot/jtreg/compiler/graalunit/common/GraalUnitTestLauncher.java
> Simple resolve due to context
> 
> test/hotspot/jtreg/compiler/linkage/TestLinkageErrorInGenerateOopMap.java
> Flags differ. Resolved.
> 
> test/hotspot/jtreg/compiler/loopstripmining/CheckLoopStripMining.java
> Change already in 11.  Skipped.
> 
> test/hotspot/jtreg/gc/arguments/TestMaxRAMFlags.java
> Test not in 11, skipped.
> 
> test/hotspot/jtreg/gc/arguments/TestSoftMaxHeapSizeFlag.java
> Test was added in 13. skipped.
> 
> test/hotspot/jtreg/gc/g1/TestMarkStackSizes.java
> Test was added in 15 by 8238855: Move G1ConcurrentMark flag sanity checks to g1Arguments
> 
> test/hotspot/jtreg/gc/metaspace/TestSizeTransitions.java
> Test was added in 14 by 8227179: Test for new gc+metaspace=info output format
> 
> nvdimm tests not i 11
> 
> test/hotspot/jtreg/gc/z/TestAllocateHeapAt.java
> Test was added in 15 by 8239129: ZGC: Allow -XX:AllocateHeapAt to use any filesystem
> 
> test/hotspot/jtreg/gc/z/TestHighUsage.java
> Test was added in 13 by 8224185: ZGC: Introduce "High Usage" rule
> 
> test/hotspot/jtreg/gc/z/TestSmallHeap.java
> Test was added in 14 by 8234338: ZGC: Improve small heap usage
> 
> test/hotspot/jtreg/runtime/Shutdown/ShutdownTest.java
> Test was added in 13 by 8074355: make MutexLocker smarter about non-JavaThreads
> 
> test/hotspot/jtreg/runtime/cds/MaxMetaspaceSize.java
> In 11, the test is at test/hotspot/jtreg/runtime/SharedArchiveFile/MaxMetaspaceSize.java
> It was moved in 14 by 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
> Applied patch by hand.
> 
> test/hotspot/jtreg/runtime/cds/appcds/TestCommon.javaj
> In 11, the test is in test/hotspot/jtreg/runtime/appcds/TestCommon.java
> It was moved in 14 by 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
> Applied patch by hand. In addition, I removed makeCommandLineForAppCDS()
> 
> test/hotspot/jtreg/runtime/records/RedefineRecord.java
> Skipped. Feature and test not in 11.
> 
> test/hotspot/jtreg/serviceability/logging/TestLogRotation.java
> Arguments used differ.  Resolved.  Probably clean after pushing 8243568.
> 
> test/hotspot/jtreg/serviceability/sa/TestInstanceKlassSize.java
> test/hotspot/jtreg/serviceability/sa/TestInstanceKlassSizeForInterface.java
> Resolved due to context.

This pull request has now been integrated.

Changeset: 64a3b18b
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/64a3b18bb2236db75a58cbc344a9338e0cf36367
Stats:     333 lines in 80 files changed: 99 ins; 77 del; 157 mod

8244010: Simplify usages of ProcessTools.createJavaProcessBuilder in our tests

Reviewed-by: mbaesken
Backport-of: 35af52dd4f5e05d5c9cd65db92f23b136404d157

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

PR: https://git.openjdk.org/jdk11u-dev/pull/1397


More information about the jdk-updates-dev mailing list