This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Restore gnu.gcj.runtime.NameFinder.remove_unknown
- From: Michael Koch <konqueror at gmx dot de>
- To: Andrew Haley <aph at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 16 Feb 2006 14:49:31 +0100
- Subject: Re: Restore gnu.gcj.runtime.NameFinder.remove_unknown
- References: <17396.28405.660608.578815@zapata.pink>
On Thu, Feb 16, 2006 at 12:24:21PM +0000, Andrew Haley wrote:
> + private static final boolean remove_unknown
> + = Boolean.valueOf(System.getProperty
> + ("gnu.gcj.runtime.NameFinder.remove_unknown", "true")
> + ).booleanValue();
Shouldnt this use SystemProperties.getProperty() to circumvent the
security check? Just an idea...
Cheers,
Michael
--
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
oin the community at http://planet.classpath.org/