--- old/test/jdk/java/awt/Toolkit/DesktopProperties/rfe4758438.java 2020-05-20 18:05:43.188663256 -0700 +++ new/test/jdk/java/awt/Toolkit/DesktopProperties/rfe4758438.java 2020-05-20 18:05:42.796655729 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 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 @@ -115,7 +115,7 @@ tool = System.getProperty("tool"); String osName = System.getProperty("os.name"); - if (!"Linux".equals(osName) && !"SunOS".equals(osName)) + if (!"Linux".equals(osName)) System.out.println("This test need not be run on this platform"); else new rfe4758438().doTest();