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: MissingResourceException with Date under mingw port


>>>>> "Eric" == Eric Blake <ebb9@email.byu.edu> writes:

Eric> Or, to reduce the bytecode when compiling with -C (as the .class literal
Eric> expression expands to quite a bit of bytecode), you could do this:
Eric>   static
Eric>   {
Eric>     gnu.java.locale.Calendar c = null;
Eric>   }

I imagine the native compiler will simply eliminate this.
I haven't tried it though.

Tom


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