I can make your gcj-compiled binaries much smaller.

Brian Jones cbj@gnu.org
Thu Jan 16 19:39:00 GMT 2003


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>



More information about the Java mailing list