8344262: Win32AttachOperationRequest objects are created by using global new
Reviewed-by: jwaters, dholmes
This commit is contained in:
parent
5cb0d43823
commit
dd8636908c
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user