jdk11u-dev
jdk11u-dev copied to clipboard
8316328: Test jdk/jfr/event/oldobject/TestSanityDefault.java times out for some heap sizes
Hi all,
This pull request contains a backport of commit 9b1d6d66 from the openjdk/jdk repository.
The commit being backported was authored by Sergey Bylokhov on 23 May 2024 and was reviewed by Paul Hohensee, Aleksey Shipilev and Erik Gahlin.
Thanks!
Progress
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
- [ ] JDK-8316328 needs maintainer approval
Issue
- JDK-8316328: Test jdk/jfr/event/oldobject/TestSanityDefault.java times out for some heap sizes (Bug - P3 - Requested)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2723/head:pull/2723
$ git checkout pull/2723
Update a local copy of the PR:
$ git checkout pull/2723
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2723/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2723
View PR using the GUI difftool:
$ git pr show -t 2723
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2723.diff
Webrev
:wave: Welcome back serb! 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.
@mrserb This change now passes all automated pre-integration checks.
After integration, the commit message for the final commit will be:
8316328: Test jdk/jfr/event/oldobject/TestSanityDefault.java times out for some heap sizes
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 18 new commits pushed to the master branch:
- ee370edfc45a359244212ee3927f367ad0e2a37e: 8242999: HTTP/2 client may not handle CONTINUATION frames correctly
- 48cf5a3fb5168c83075fe1778d52d752e7e606bc: Merge
- d3bd5ae28a200b0bb0fcebcd2d29c3c15d260de0: 8331750: [11u] JDK-8259530 is not backported correctly to 11u
- 15c9397e45f094718fb976da9104364b83569c05: 8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message
- f45455e13437f81f4484db1b7d95e60712e82f42: 8322330: JavadocHelperTest.java OOMEs with Parallel GC and ZGC
- 07ea0f1a52fdb2c9c2cdd1b0b31d38e9dd1b6120: 8331746: Create a test to verify that the cmm id is not ignored
- a51a9dd2600f4bcb4c7bd5851e421d8d2934ae78: 8315804: Open source several Swing JTabbedPane JTextArea JTextField tests
- 0bacea4c511129dbd96f1f9fc8c9cf2affdfded1: 8310201: Reduce verbose locale output in -XshowSettings launcher option
- 8a233081dbdbc576130a4c148cdfdd776b55379c: 8320945: problemlist tests failing on latest Windows 11 update
- f7e83e84de262e09f4ff9ca691dcfba9d2613cf4: 8311666: Disabled tests in test/jdk/sun/java2d/marlin
- ... and 8 more: https://git.openjdk.org/jdk11u-dev/compare/35333744a8f3cf25c95ee691791b00098dde9a44...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.
/integrate
Going to push as commit d659ff6a39440ae43e42695966fc3f08cde085f8.
Since your change was applied there have been 21 commits pushed to the master branch:
- 69b6e6d2ad5f0e07b5718dd8a45a725fe328e67f: 8329004: Update Libpng to 1.6.43
- bc8aeb6496b7e86d1f616d4c1b7c26f172c1dd8a: 8328999: Update GIFlib to 5.2.2
- f010fe0026c9f819ada38f56b33d36f5e21f83b4: 8305825: getBounds API returns wrong value resulting in multiple Regression Test Failures on Ubuntu 23.04
- ee370edfc45a359244212ee3927f367ad0e2a37e: 8242999: HTTP/2 client may not handle CONTINUATION frames correctly
- 48cf5a3fb5168c83075fe1778d52d752e7e606bc: Merge
- d3bd5ae28a200b0bb0fcebcd2d29c3c15d260de0: 8331750: [11u] JDK-8259530 is not backported correctly to 11u
- 15c9397e45f094718fb976da9104364b83569c05: 8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message
- f45455e13437f81f4484db1b7d95e60712e82f42: 8322330: JavadocHelperTest.java OOMEs with Parallel GC and ZGC
- 07ea0f1a52fdb2c9c2cdd1b0b31d38e9dd1b6120: 8331746: Create a test to verify that the cmm id is not ignored
- a51a9dd2600f4bcb4c7bd5851e421d8d2934ae78: 8315804: Open source several Swing JTabbedPane JTextArea JTextField tests
- ... and 11 more: https://git.openjdk.org/jdk11u-dev/compare/35333744a8f3cf25c95ee691791b00098dde9a44...master
Your commit was automatically rebased without conflicts.
@mrserb Pushed as commit d659ff6a39440ae43e42695966fc3f08cde085f8.
:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.