This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: I can make your gcj-compiled binaries much smaller.
Andrew Haley <aph@redhat.com> writes:
> Static references are a preferred method, if only on efficiency
> grounds.
>
> static {
> try {
> resourceBundleClass = Class.forName("java.util.ResourceBundle");
>
> is harder to understand than a simple
>
> ResourceBundle.class
>
> and I don't understand why you want to do make such a change.
The change should be temporary, just to workaround a problem currently
found in the IBM Jikes Research VM.
Brian
--
Brian Jones <cbj@gnu.org>