--- old/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/MotifLookAndFeel.java 2020-05-20 18:01:39.343981260 -0700 +++ new/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/MotifLookAndFeel.java 2020-05-20 18:01:38.939973503 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2017, 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 @@ -82,7 +82,7 @@ public boolean isNativeLookAndFeel() { - return OSInfo.getOSType() == OSInfo.OSType.SOLARIS; + return false; }