8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks#16647
8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks#16647wkia wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back rmarchenko! A progress list of the required criteria for merging this PR into |
Webrevs
|
|
@wkia 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 17 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. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@dholmes-ora) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
The previous test run was OK https://github.com/wkia/jdk/actions/runs/6852317395 Now it fails on MacOS: "hotspot/jtreg/gc/TestAllocHumongousFragment.java: java.lang.OutOfMemoryError: Java heap space", so I guess it is caused by infrastructure issues. /integrate |
|
/sponsor |
|
Going to push as commit 97ea5bf.
Your commit was automatically rebased without conflicts. |
dcubed-ojdk
left a comment
There was a problem hiding this comment.
Doing a post integration review.
This is a trivial fix and does not need a second review nor wait 24 hours.
|
Just a heads up that HotSpot code normally requires two reviews (1 from a (R)eviewer) |
|
@dcubed-ojdk Sorry, I didn't know that. Could you point the discussion about +24 hours waiting please? BTW I seems like both requirements may be automated in github. |
|
Sure. Here's the relevant sub-section from the "OpenJDK Developers’ Guide": https://openjdk.org/guide/index.html#life-of-a-pr Get the required reviews At least one Reviewer knowledgeable in each area being changed must approve every change. Some areas (e.g. Client and HotSpot) require two reviewers in most cases, so be sure to read the relevant OpenJDK group pages for advice or ask your sponsor. Be open to comments and polite in replies. Remember that the reviewer wants to improve the world just as much as you do, only in a slightly different way. If you don’t understand some comment, ask the reviewer to clarify. Accept authority when applicable. If you’re making changes in an area where you’re not the area expert, acknowledge that your reviewers may be. Take their advice seriously, even if it is to not make the change. There are many reasons why a change may get rejected. And you did read the section [Things to consider before changing OpenJDK code], right? |
|
Also see: https://openjdk.org/guide/index.html#hotspot-development and the definition of "trivial" in the Glossary. |
Zero'ing memory of extension event callbacks
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/16647/head:pull/16647$ git checkout pull/16647Update a local copy of the PR:
$ git checkout pull/16647$ git pull https://git.openjdk.org/jdk.git pull/16647/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 16647View PR using the GUI difftool:
$ git pr show -t 16647Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/16647.diff
Webrev
Link to Webrev Comment