This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Whither jv-scan?
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 31 Jan 2005 13:15:37 -0700
- Subject: Re: Whither jv-scan?
- References: <ctl3iq$2sj$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
Ranjit> Who uses jv-scan? Why was it created?
The test suite uses it to find the 'main' of a program. This is lame.
On the gcjx branch I already deleted jv-scan (but I haven't fixed the
test suite yet). This program is buggy (there is at least one PR for
a crash), is not maintained, and IMO is not really very useful.
Tom