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

Julian Waters jwaters at openjdk.org
Sat Nov 16 05:20:10 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

Ah, you beat me to it. Thanks for the fix!

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

Marked as reviewed by jwaters (Committer).

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


More information about the serviceability-dev mailing list