This is the mail archive of the java-patches@sources.redhat.com 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]

Re: PATCH: System properties and init_properties


>>>>> "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

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