This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: RFA: allow default .db for libgcj


Tom Tromey wrote:

We would like to be able to set a default .db for use by libgcj, so
that we can more easily set up 'gij' as an alternative to the 'java'
command in OS builds.  Without this, we have to modify startup scripts
and the like to pass a special -D option to 'gij'.

This patch implements the required configure switch.


Great!


 At the moment I
think it is premature to have a gcc-supplied default .db, so the
current default is not to have one.

I think it would be better to define a default here. Although the .db stuff is still experimental, it improves ease-of-use to not have to worry about the location of this file. This location will need to be version-specific, however, since the libraries may also be version specific, and the db format could change in future releases.

The question remains of where this file should actually go, however. Suggestions:

<install prefix>/share/gcj/<version>/classmap.db ?
/var/cache/gcj/<version>/classmap.db ?

Bryce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]