This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [BC] Patch: Cached class map
Anthony Green writes:
> On Thu, 2004-10-28 at 10:51, Andrew Haley wrote:
> > This is one of the final planks of our binary compatibility work.
>
> This is really cool Andrew!
>
> > gcj -shared -fPIC foo.jar -o foo.so -findirect-dispatch
> > jv-dbtool -n foo.gcjdb # create the database
> > jv-dbtool -a foo.gcjdb foo.jar foo.so # add foo.jar to the database
>
> If you're not too attached to the name,
I hate the name.
> can I suggest `gcj-dbtool' instead of `jv-dbtool'? I think it will
> be easier to remember, and easier people browsing /usr/bin to
> associate with gcj.
Ooh, alright then.
Andrew.