This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch for java.library.path loadLibrary() bug
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: 30 Oct 2004 17:31:45 -0600
- Subject: Re: Patch for java.library.path loadLibrary() bug
- References: <1099178702.20249.51.camel@localhost>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> 2004-10-30 Mark Wielaard <mark@klomp.org>
Mark> PR libgcj/18234
Mark> * java/lang/Runtime.java (static): Call init().
Mark> (Runtime): Remove call to init().
Mark> (init): Make static.
Mark> OK to commit?
Yes, thanks.
Tom