8344262: Win32AttachOperationRequest objects are created by using global new

Reviewed-by: jwaters, dholmes
This commit is contained in:
Alex Menkov 2024-11-19 00:08:06 +00:00
parent 5cb0d43823
commit dd8636908c

View File

@ -161,7 +161,7 @@ public:
// Win32AttachOperationRequest is an element of AttachOperation request list.
class Win32AttachOperationRequest {
class Win32AttachOperationRequest: public CHeapObj<mtServiceability> {
private:
AttachAPIVersion _ver;
char _name[AttachOperation::name_length_max + 1];