This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: JvThrow
- To: Richard Henderson <rth at redhat dot com>
- Subject: Re: JvThrow
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Fri, 23 Mar 2001 15:23:36 +1200
- CC: java at gcc dot gnu dot org
- References: <20010322185846.A5715@redhat.com>
Richard Henderson wrote:
> What is the purpose of JvThrow?
Because, once upon a time, the normal "throw" didn't work for Java
exceptions. I believe JvThrow and _Jv_Throw are now deprecated, but
nobody has got around to going through the runtime and clearing them
all out.
regards
[ bryce ]