--- old/src/hotspot/share/utilities/ostream.hpp 2019-12-01 18:05:07.478864338 -0500 +++ new/src/hotspot/share/utilities/ostream.hpp 2019-12-01 18:05:07.238851477 -0500 @@ -28,6 +28,7 @@ #include "memory/allocation.hpp" #include "runtime/timer.hpp" #include "utilities/globalDefinitions.hpp" +#include "utilities/macros.hpp" DEBUG_ONLY(class ResourceMark;) @@ -43,8 +44,7 @@ // -XX:+DisplayVMOutputToStderr class outputStream : public ResourceObj { private: - outputStream(const outputStream&); - outputStream& operator=(const outputStream&); + NONCOPYABLE(outputStream); protected: int _indentation; // current indentation