This is the mail archive of the java-discuss@sourceware.cygnus.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]

marking [Re: Projects]


Tom Tromey wrote:

> It would also be interesting to know how often these large objects
> occur.  My guess is that they rarely occur.

Yes, the vast majority of Java objects (with the exception of Object
arrays) are smaller than 128 bits and thus fit within our 30-bit marking
descriptor [*]. Even then, we can still handle larger objects provided
that all their reference fields fit within the bitmap (as is the case
for Strings and primitive arrays).

[*] http://mozilla.org/projects/ef/techdocs/design/gc.html

regards

  [ bryce ]



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