This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [BC] Patch: Cached class map
Andrew Haley wrote:
Bryce McKinlay writes:
> Andrew Haley wrote:
>
> >2004-10-28 Andrew Haley <aph@redhat.com>
> >
> > * gnu/gcj/runtime/PersistentByteMap.java: New file.
> > * jv_dbtool.java: New file.
>
> Shouldn't we put jv_dbtool in a package - say, gnu.gcj.tools or gnu.gcj ?
Well, I was about to rename it anyway, so I'm interested in
suggestions. What would be better if I did this?
I'd say:
- Cleaner top-level libjava directory
- Establishes a common place to put other possible future tools
- Better conformance with Java coding conventions, which discourage
putting things in the top-level (empty) namespace
Regards
Bryce