RFR: 8315648: No tests were modified after JDK-8309979

2023-09-04 Thread Roman Marchenko
This change added a simple check in test/hotspot/jtreg/serviceability/sa/ClhsdbDumpclass.java if BootstrapMethods attribute was dumped. (similar to test changes in PR #14556) - Commit messages: - Added a check for BootstrapMethods dumped Changes: https://git.openjdk.org/jdk/pull/1

Integrated: 8315648: Add test for JDK-8309979 changes

2023-09-06 Thread Roman Marchenko
On Mon, 4 Sep 2023 14:18:55 GMT, Roman Marchenko wrote: > This change added a simple check in > test/hotspot/jtreg/serviceability/sa/ClhsdbDumpclass.java if BootstrapMethods > attribute was dumped. (similar to test changes in PR #14556) This pull request has now been integrated.

RFR: 8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks

2023-11-13 Thread Roman Marchenko
Zero'ing memory of extension event callbacks - Commit messages: - JDK-8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks Changes: https://git.openjdk.org/jdk/pull/16647/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16647&range=00 Issue: https://bugs.openjdk.org/brow

Re: RFR: 8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks [v2]

2023-11-14 Thread Roman Marchenko
> Zero'ing memory of extension event callbacks Roman Marchenko has updated the pull request incrementally with one additional commit since the last revision: Fixing review comments - Changes: - all: https://git.openjdk.org/jdk/pull/16647/files - new: https://git.ope

Re: RFR: 8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks [v2]

2023-11-14 Thread Roman Marchenko
On Tue, 14 Nov 2023 07:42:08 GMT, David Holmes wrote: >> Roman Marchenko has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixing review comments > > src/hotspot/share/prims/jvmtiEnvBase.cpp line 217:

Re: RFR: 8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks [v2]

2023-11-14 Thread Roman Marchenko
On Tue, 14 Nov 2023 08:18:41 GMT, Roman Marchenko wrote: >> Zero'ing memory of extension event callbacks > > Roman Marchenko has updated the pull request incrementally with one > additional commit since the last revision: > > Fixing review comments The prev

Integrated: 8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks

2023-11-14 Thread Roman Marchenko
On Tue, 14 Nov 2023 06:50:58 GMT, Roman Marchenko wrote: > Zero'ing memory of extension event callbacks This pull request has now been integrated. Changeset: 97ea5bf0 Author: Roman Marchenko Committer: Yuri Nesterenko URL: https://git.openjdk.org/jd

Re: RFR: 8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks [v2]

2023-11-14 Thread Roman Marchenko
On Tue, 14 Nov 2023 20:51:22 GMT, Daniel D. Daugherty wrote: >> Roman Marchenko has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fixing review comments > > Just a heads up that HotSpot code normally requir