-
Notifications
You must be signed in to change notification settings - Fork 97
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
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder #520
Conversation
👋 Welcome back goetz! A progress list of the required criteria for merging this PR into |
@GoeLin This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 25 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. ➡️ To integrate this PR with the above commit message to the |
This backport pull request has now been updated with issue from the original commit. |
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.
LGTM.
|
/integrate |
Going to push as commit e7ebae5.
Your commit was automatically rebased without conflicts. |
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.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/520/head:pull/520
$ git checkout pull/520
Update a local copy of the PR:
$ git checkout pull/520
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/520/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 520
View PR using the GUI difftool:
$ git pr show -t 520
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/520.diff
Webrev
Link to Webrev Comment