src/hotspot/share/runtime/handles.hpp
changeset 59056 15936b142f86
parent 58177 4932dce35882
--- a/src/hotspot/share/runtime/handles.hpp	Wed Nov 13 11:27:50 2019 +0000
+++ b/src/hotspot/share/runtime/handles.hpp	Wed Nov 13 08:23:23 2019 -0500
@@ -143,7 +143,6 @@
    public:                                       \
     /* Constructors */                           \
     name##Handle () : _value(NULL), _thread(NULL) {}   \
-    name##Handle (type* obj);                    \
     name##Handle (Thread* thread, type* obj);    \
                                                  \
     name##Handle (const name##Handle &h);        \