< prev index next >

src/hotspot/share/interpreter/bytecodeUtils.hpp

Print this page
rev 56281 : 8218628: Add detailed message to NullPointerException describing what is null.
Summary: This is the implementation of JEP 358: Helpful NullPointerExceptions.
Reviewed-by: coleenp
rev 56283 : [mq]: fixes_review_of_16.patch

@@ -33,10 +33,9 @@
 class outputStream;
 
 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);
 };
 
 #endif // SHARE_INTERPRETER_BYTECODEUTILS_HPP
< prev index next >