On Fri, 29 Oct 2021 16:14:57 GMT, Michael McMahon <micha...@openjdk.org> wrote:

> How likely is it that existing code is using ObjectInputStream::getFields and 
> is already handling class not found by checking for null return from the 
> returned GetField?

Very unlikely, a field value may be null for because it really is null or it is 
a field for which there is no value in the stream (supporting evolution). Class 
not found is supposed to show up as an exception.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6053

Reply via email to