This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch for finding and reading property files
- To: Anthony Green <green at cygnus dot com>
- Subject: Re: Patch for finding and reading property files
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Sun, 17 Oct 1999 13:13:16 -0700
- Cc: java-patches at sourceware dot cygnus dot com
- References: <199910170311.UAA21205@fencer.cygnus.com>
>>>>> "Anthony" == Anthony Green <green@cygnus.com> writes:
Anthony> * java/lang/natClassLoader.cc (redirect): Make static and
Anthony> remove #ifdef INTERPRETER so it is always defined.
I looked at this code. Shouldn't getSystemClassLoader and
getVMClassLoader0 be synchronized (on the class)?
And maybe "redirect" should be a static member of ClassLoader.
Comments? Kresten?
Tom