New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8244010: Simplify usages of ProcessTools.createJavaProcessBuilder in our tests #1397
Conversation
|
This backport pull request has now been updated with issue from the original commit. |
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout goetz_backport_8244010
git fetch https://git.openjdk.org/jdk11u-dev master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
@GoeLin this pull request can not be integrated into git checkout goetz_backport_8244010
git fetch https://git.openjdk.org/jdk11u-dev master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for backporting , looks okay.
@GoeLin This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 20 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.
|
Thanks for tackling this tedious change :) |
/integrate |
Going to push as commit 64a3b18.
Your commit was automatically rebased without conflicts. |
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.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev pull/1397/head:pull/1397
$ git checkout pull/1397
Update a local copy of the PR:
$ git checkout pull/1397
$ git pull https://git.openjdk.org/jdk11u-dev pull/1397/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1397
View PR using the GUI difftool:
$ git pr show -t 1397
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/1397.diff