OSDN Git Service

Increase the number of entries set aside for zygote initiating loader lists.
authorAndy McFadden <fadden@android.com>
Fri, 15 May 2009 20:44:29 +0000 (13:44 -0700)
committerAndy McFadden <fadden@android.com>
Fri, 15 May 2009 20:47:42 +0000 (13:47 -0700)
commit7ccb7a6a563396e4b64069dd4e57977d1b5b6180
tree795c816902984dba8c3912d2d3a03051ea56cd27
parente1021a31acd2216fd1ec680fedc1cf185b17488c
Increase the number of entries set aside for zygote initiating loader lists.

The number of classes that are present when the zygote finishes
initializing increased in donut/master, above the 2000 we currently
plan for.  Exceeding the limit reduces zygote sharing efficiency, so
this change raises the limit.
vm/oo/Class.c