>>>>> "Bryce" == Bryce McKinlay <[EMAIL PROTECTED]> writes:
>> We must also check if zstream is null and throw a
>> NullPointerException otherwise.
Bryce> Note that in CNI/libgcj, this is not an issue, because an
Bryce> unhandled sigsegv in native code will be automatically mapped
Bryce> into a NullPointerException. So, the synchronization in the CNI
Bryce> version may still be removed.
I think we probably want explicit checks to handle the case of an
MMU-less system. In this case we probably also want some kind of
configuration point (aka "#if") so that we can disable the explicit
check.
Tom