--- old/src/java.base/share/classes/java/net/SecureCacheResponse.java 2020-07-23 17:23:20.267597194 -0700 +++ new/src/java.base/share/classes/java/net/SecureCacheResponse.java 2020-07-23 17:23:19.863597194 -0700 @@ -40,6 +40,11 @@ */ public abstract class SecureCacheResponse extends CacheResponse { /** + * Constructor for subclasses to call. + */ + public SecureCacheResponse() {} + + /** * Returns the cipher suite in use on the original connection that * retrieved the network resource. *