RFR: 8344262: Win32AttachOperationRequest objects are created by using global new

David Holmes dholmes at openjdk.org
Mon Nov 18 05:45:49 UTC 2024


On Fri, 15 Nov 2024 21:05:21 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

> The issue was introduced by [JDK-8339289](https://bugs.openjdk.org/browse/JDK-8339289).
> The fix makes `Win32AttachOperationRequest` successor of `CHeapObj<mtServiceability>`, so `Win32AttachOperationRequest` inherits its `new` operator
> 
> testing: tier1..tier4

LGTM.

Thanks

-------------

Marked as reviewed by dholmes (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22166#pullrequestreview-2441578844


More information about the hotspot-runtime-dev mailing list