--- old/src/hotspot/share/interpreter/bytecodeUtils.hpp 2019-09-17 11:07:28.731209000 +0200 +++ new/src/hotspot/share/interpreter/bytecodeUtils.hpp 2019-09-17 11:07:27.913180000 +0200 @@ -35,7 +35,6 @@ class BytecodeUtils : public AllStatic { public: // NPE extended message. Return true if string is printed. - // Caller must have ResourceMark. static bool get_NPE_message_at(outputStream* ss, Method* method, int bci); };