[Patch][RFC] Introduction of gnu.classpath.SystemProperties

Michael Koch konqueror@gmx.de
Sat Apr 23 07:57:00 GMT 2005


On Fri, Apr 22, 2005 at 08:10:01AM +0200, Michael Koch wrote:
> Hi list,
> 
> 
> In GNU classpath a class called gnu.classpath.SystemProperties was
> introduced some time ago. It handles all stuff regarding properties that
> get set at startup. This put it all into one place. Before it was partly
> in java.lang.Runtime and partly in java.lang.System.
> 
> I mainly merged the patch from GNU classpath and ported it to GCJ HEAD
> to be able to merge patches depending on this into libgcj later.
> 
> I did a whole bootstrap and mauve run with it and saw no new regressions
> with it.
> 
> What do you think? Is it okay for trunk?

Don't try this at home. It breaks handling of JNI libraries. Its not possible
to execute AWT apps with gij when this patch is applied. I`m investigating it
but I'm happy with every input you can give.



Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/



More information about the Java-patches mailing list