hotspot/src/share/vm/utilities/exceptions.hpp
changeset 13732 a9865f5514fc
parent 13728 882756847a04
child 15188 3916ac601e04
--- a/hotspot/src/share/vm/utilities/exceptions.hpp	Tue Sep 04 23:27:55 2012 +0200
+++ b/hotspot/src/share/vm/utilities/exceptions.hpp	Tue Sep 04 18:01:20 2012 -0700
@@ -235,9 +235,6 @@
 #define THROW_ARG(name, signature, args) \
   { Exceptions::_throw_args(THREAD_AND_LOCATION, name, signature, args);   return; }
 
-#define THROW_MSG_CAUSE(name, message, cause) \
-  { Exceptions::_throw_msg_cause(THREAD_AND_LOCATION, name, message, cause); return; }
-
 #define THROW_OOP_(e, result)                       \
   { Exceptions::_throw_oop(THREAD_AND_LOCATION, e);                           return result; }