marking [Re: Projects]
Bryce McKinlay
bryce@albatross.co.nz
Tue May 9 17:15:00 GMT 2000
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 ]
More information about the Java
mailing list