This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
JvThrow
- To: java at gcc dot gnu dot org
- Subject: JvThrow
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 22 Mar 2001 18:58:46 -0800
What is the purpose of JvThrow? Why isn't _Jv_Throw declared as
void _Jv_Throw(jthrowable) __attribute__((noreturn))
instead of the current void* parameter?
Why, for that matter, aren't we simply using "throw", since the
c++ compiler automatically calls _Jv_Throw for Java types?
I see that there is mixed use of JvThrow, _Jv_Throw, and throw
throughout the library...
r~