diff -r 57ad70bcf06c -r 15936b142f86 src/hotspot/share/runtime/handles.hpp --- 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); \