--- old/src/java.desktop/share/classes/javax/swing/UIManager.java 2020-05-20 18:01:40.480003072 -0700 +++ new/src/java.desktop/share/classes/javax/swing/UIManager.java 2020-05-20 18:01:40.095995699 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -672,9 +672,6 @@ return "com.apple.laf.AquaLookAndFeel"; } } - if (osType == OSInfo.OSType.SOLARIS) { - return "com.sun.java.swing.plaf.motif.MotifLookAndFeel"; - } } return getCrossPlatformLookAndFeelClassName(); }