This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: PATCH: System properties and init_properties
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: PATCH: System properties and init_properties
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 24 Nov 2000 14:08:35 -0700
- Cc: java-patches at sourceware dot cygnus dot com
- References: <3A1DF76C.1F09299C@albatross.co.nz>
- Reply-To: tromey at cygnus dot com
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> This patch fixes a bug where init_properties() wasn't being
Bryce> called from setProperty(). It also makes the system properties
Bryce> calls more efficient by having them only call init_properties
Bryce> in the case where properties is null.
Right now there is some goofy logic in System.java to account for
pre-1.2 property initialization semantics. Could you modify this
patch to remove `prop_init' and instead just implement the 1.2
semantics?
Feel free to just check that patch in, if you do it...
Tom