hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 33604 ad1cd9269bd4
parent 33593 60764a78fa5c
child 34272 1b277b5ee6e3
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Mon Oct 26 20:07:50 2015 +0100
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Fri Oct 09 16:39:37 2015 +0200
@@ -319,8 +319,8 @@
     if (!b) { classfile_parse_error(msg, CHECK); }
   }
 
-  void report_assert_property_failure(const char* msg, TRAPS);
-  void report_assert_property_failure(const char* msg, int index, TRAPS);
+  void report_assert_property_failure(const char* msg, TRAPS) PRODUCT_RETURN;
+  void report_assert_property_failure(const char* msg, int index, TRAPS) PRODUCT_RETURN;
 
   inline void assert_property(bool b, const char* msg, TRAPS) {
 #ifdef ASSERT