This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
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