jdk-hs Udiff src/hotspot/share/runtime/handles.hpp (original) (raw)

< prev index next >

Print this page

rev 49211 : 8199472: Fix non-PCH build after JDK-8199319


@@ -70,11 +70,11 @@ oop non_null_obj() const { assert(_handle != NULL, "resolving NULL handle"); return *_handle; }

public: // Constructors Handle() { _handle = NULL; }


@@ -106,13 +106,11 @@ type##Oop non_null_obj() const { return (type##Oop)Handle::non_null_obj(); }

public:
/* Constructors */
type##Handle () : Handle() {} \

< prev index next >