diff src/share/vm/utilities/exceptions.hpp @ 6729:d17383603741

7196120: NPG: JSR 2292 test fails because missing fix for 7188911 Reviewed-by: kvn, coleenp
author twisti
date Tue, 04 Sep 2012 18:01:20 -0700
parents da91efe96a93
children aefb345d3f5e
line wrap: on
line diff
--- a/src/share/vm/utilities/exceptions.hpp	Tue Sep 04 23:27:55 2012 +0200
+++ b/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; }