jdk11u-dev
jdk11u-dev copied to clipboard
8332113: Update nsk.share.Log to be always verbose
I backport this for parity with 11.0.25-oracle.
Progress
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
- [ ] JDK-8332113 needs maintainer approval
Issue
- JDK-8332113: Update nsk.share.Log to be always verbose (Enhancement - P4 - Requested)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2890/head:pull/2890
$ git checkout pull/2890
Update a local copy of the PR:
$ git checkout pull/2890
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2890/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2890
View PR using the GUI difftool:
$ git pr show -t 2890
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2890.diff
Webrev
:wave: Welcome back andrewlu! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.
@luchenlin This change now passes all automated pre-integration checks.
After integration, the commit message for the final commit will be:
8332113: Update nsk.share.Log to be always verbose
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 11 new commits pushed to the master branch:
- f7217d7595da114f197ed8d9c78fbba453f875bb: 8286601: Mac Aarch: Excessive warnings to be ignored for build jdk
- 73dc9e89994dcd3ebc389845cbcd5979781ca3b0: 8292044: HttpClient doesn't handle 102 or 103 properly
- 648e8f01896b46aa338b1607de70dc1f17706008: 8330523: Reduce runtime and improve efficiency of KeepAliveTest
- 3acdebea8539c12a7a6c6503976e8f74859d2264: 8229822: ThrowingPushPromises tests sometimes fail due to EOF
- c5d2cc138fed05c8dfcd13f6d786dd5c8dae4560: 8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
- 7d3469361210546c24715f8c7b7df95e8f876c7b: 8317358: G1: Make TestMaxNewSize use createTestJvm
- 1daafddfd02f1e01a46bf1228877f6f261ce4c24: 8317343: GC: Make TestHeapFreeRatio use createTestJvm
- 8ef848219bc270b968ca5e9ecdd371973f2debb3: 8334711: [TEST_BUG] Compilation failed of MimeFormatsTest/MimeFormatsTest.java
- 7547abf0d3005b9d82b49fc1e6455eb30183d3bb: 8255913: Decrease number of iterations in TestMaxCachedBufferSize
- ee57792bbae576eeaff1c95873ade2d529d514ce: 8259274: Increase timeout duration in sun/nio/ch/TestMaxCachedBufferSize.java
- ... and 1 more: https://git.openjdk.org/jdk11u-dev/compare/95c0b97bc2bfcb686dfabc6d74424772f0f866a1...master
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 master branch, type /integrate in a new comment.
This backport pull request has now been updated with issue from the original commit.
⚠️ @luchenlin This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.
/integrate
Going to push as commit 3f2d6f0378ca44207cbdf3f86a1bfe6ac8982b03.
Since your change was applied there have been 12 commits pushed to the master branch:
- 3c43b2f623774c5e6b115632de017ffaa765981c: 8315965: Open source various AWT applet tests
- f7217d7595da114f197ed8d9c78fbba453f875bb: 8286601: Mac Aarch: Excessive warnings to be ignored for build jdk
- 73dc9e89994dcd3ebc389845cbcd5979781ca3b0: 8292044: HttpClient doesn't handle 102 or 103 properly
- 648e8f01896b46aa338b1607de70dc1f17706008: 8330523: Reduce runtime and improve efficiency of KeepAliveTest
- 3acdebea8539c12a7a6c6503976e8f74859d2264: 8229822: ThrowingPushPromises tests sometimes fail due to EOF
- c5d2cc138fed05c8dfcd13f6d786dd5c8dae4560: 8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
- 7d3469361210546c24715f8c7b7df95e8f876c7b: 8317358: G1: Make TestMaxNewSize use createTestJvm
- 1daafddfd02f1e01a46bf1228877f6f261ce4c24: 8317343: GC: Make TestHeapFreeRatio use createTestJvm
- 8ef848219bc270b968ca5e9ecdd371973f2debb3: 8334711: [TEST_BUG] Compilation failed of MimeFormatsTest/MimeFormatsTest.java
- 7547abf0d3005b9d82b49fc1e6455eb30183d3bb: 8255913: Decrease number of iterations in TestMaxCachedBufferSize
- ... and 2 more: https://git.openjdk.org/jdk11u-dev/compare/95c0b97bc2bfcb686dfabc6d74424772f0f866a1...master
Your commit was automatically rebased without conflicts.
@luchenlin Pushed as commit 3f2d6f0378ca44207cbdf3f86a1bfe6ac8982b03.
:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.