Hi Alexei: The intention is to simplify those GC options. For example, originally the option for semi_space was "MINOR_NONGEN_SEMISPACE_POOL". It was too long. The options were changed in my patch in JIRA5605 [1], and committed by Xiao-Feng in r637062 [2]. Thanks.
[1] https://issues.apache.org/jira/browse/HARMONY-5605 [2] http://svn.apache.org/viewvc?view=rev&revision=637062 -- Chen On 3/18/08, Alexei Fedotov <[EMAIL PROTECTED]> wrote: > > Hello Chen, > Please, excuse my ignorance. What is intention of this change? Who are > these mysterious people ("uzz", [1]) who have changed GC options? > > Thanks. > > [1] http://blogcritics.org/archives/2007/01/24/072704.php > > > On Tue, Mar 18, 2008 at 6:08 PM, Chen Yang <[EMAIL PROTECTED]> wrote: > > Hi All: > > We have updated GC options in recent check-in: > > For minor algorithm, option can be: -XX: > > gc.minor_algorithm=partial_forward or semi_space > > For major algorithm, option can be: > > -XX:gc.major_algorithm=slide_compactor move_compact or mark_sweep > > The current default is partial_forward and move_compact for minor and > > major. You don't need to specify anything > > if you don't know what I am talking. :-) > > Thanks. > > -- > > Chen > > > > > > -- > With best regards, > Alexei > -- Chen [EMAIL PROTECTED]
