diff -r 6c79c797ca4c -r a9865f5514fc hotspot/src/share/vm/utilities/exceptions.hpp --- 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; }