This is the mail archive of the java@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: 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>


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