This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: PATCH: Fix gij stack traces
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: PATCH: Fix gij stack traces
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 22 Nov 2000 23:35:00 -0700
- Cc: java-patches at sourceware dot cygnus dot com
- References: <3A1CAF98.D3DF098@albatross.co.nz>
- Reply-To: tromey at cygnus dot com
Bryce> Eventually we want to have a common entry point into libgcj
Bryce> that is used by gij, jv-genmain, and both JNI and CNI
Bryce> invocation (as opposed to the current situation where we have
Bryce> separate entry points with separate argument processing, etc).
Yeah. I imagine we'll have something like a CNI-based invocation API.
It isn't too high on the list but it is definitely a known thing to
do. That will let us implement the JNI invocation API correctly as
well.
Tom