status of gcj's boehm collector?
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Wed Dec 5 00:59:00 GMT 2001
Adam Megacz wrote:
>But would ioctl ever write a pointer value to the heap?
>>If all it ever writes is non-pointer data (even if it possibly
>overwrites a pointer with a nonpointer value), then you can get away
>with not using the write-barrier, as long as you periodically perform
>a full heap scan.
>
My understanding was that the kernel was going to do something nasty
like terminate your application if it tried to write and found a
write-protected page? If all that happens is that the page doesn't get
dirtied, I agree that it isn't likely to be a problem otherwise since
the kernel probibly isn't going to write pointers anywhere (certainly
not pointers to heap objects).
Bryce.
More information about the Java
mailing list