We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb0d43 commit dd86369Copy full SHA for dd86369
src/hotspot/os/windows/attachListener_windows.cpp
@@ -161,7 +161,7 @@ class Win32AttachOperation: public AttachOperation {
161
162
163
// Win32AttachOperationRequest is an element of AttachOperation request list.
164
-class Win32AttachOperationRequest {
+class Win32AttachOperationRequest: public CHeapObj<mtServiceability> {
165
private:
166
AttachAPIVersion _ver;
167
char _name[AttachOperation::name_length_max + 1];
0 commit comments