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

Alex Menkov amenkov at openjdk.org
Fri Nov 15 21:10:24 UTC 2024


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

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

Commit messages:
 - fix

Changes: https://git.openjdk.org/jdk/pull/22166/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22166&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8344262
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/22166.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22166/head:pull/22166

PR: https://git.openjdk.org/jdk/pull/22166


More information about the serviceability-dev mailing list