--- old/src/java.desktop/share/classes/java/awt/Image.java 2020-08-17 10:55:42.825495515 +0100 +++ new/src/java.desktop/share/classes/java/awt/Image.java 2020-08-17 10:55:42.657491855 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -46,6 +46,11 @@ public abstract class Image { /** + * Constructor for subclasses to call. + */ + public Image() {} + + /** * convenience object; we can use this single static object for * all images that do not create their own image caps; it holds the * default (unaccelerated) properties.