--- old/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java 2020-07-23 10:30:59.390574191 -0700 +++ new/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java 2020-07-23 10:30:58.942574191 -0700 @@ -66,6 +66,11 @@ SurrogateLogger.getSimpleFormat(SimpleFormatter::getLoggingProperty); /** + * Create a {@code SimpleFormatter}. + */ + public SimpleFormatter() {} + + /** * Format the given LogRecord. *

* The formatting can be customized by specifying the format string