overhead of reflection info
Tom Tromey
tromey@redhat.com
Wed Feb 25 18:17:00 GMT 2004
>>>>> "Hans" == Boehm, Hans <hans.boehm@hp.com> writes:
Hans> There is a claim in _Jv_MarkObj comments that some data
Hans> structures referenced from class objects are allocated
Hans> pointerfree (even though they are not?) but then traced
Hans> correctly by _Jv_MarkObj. If this is indeed still correct, this
Hans> would have to be looked at carefully.
Oh, yeah -- _Jv_MarkObj is always used for Class objects. We can't
represent those using bitmap descriptors, I think. That comment is
still correct.
Tom
More information about the Java
mailing list