Skip to content

Commit dd86369

Browse files
author
Alex Menkov
committed
8344262: Win32AttachOperationRequest objects are created by using global new
Reviewed-by: jwaters, dholmes
1 parent 5cb0d43 commit dd86369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/os/windows/attachListener_windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class Win32AttachOperation: public AttachOperation {
161161

162162

163163
// Win32AttachOperationRequest is an element of AttachOperation request list.
164-
class Win32AttachOperationRequest {
164+
class Win32AttachOperationRequest: public CHeapObj<mtServiceability> {
165165
private:
166166
AttachAPIVersion _ver;
167167
char _name[AttachOperation::name_length_max + 1];

0 commit comments

Comments
 (0)