This is the mail archive of the java-patches@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: Restore gnu.gcj.runtime.NameFinder.remove_unknown


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/


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