--- old/src/java.desktop/macosx/classes/sun/lwawt/LWLightweightFramePeer.java 2020-01-14 19:00:56.000000000 -0800 +++ new/src/java.desktop/macosx/classes/sun/lwawt/LWLightweightFramePeer.java 2020-01-14 19:00:56.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 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 @@ -90,7 +90,7 @@ @Override public void setBounds(int x, int y, int w, int h, int op) { - setBounds(x, y, w, h, op, true, false); + setBounds(x, y, w, h, op, true, true); } @Override