--- old/test/jdk/java/awt/JAWT/JAWT.sh 2020-05-20 18:05:31.556439909 -0700 +++ new/test/jdk/java/awt/JAWT/JAWT.sh 2020-05-20 18:05:31.184432766 -0700 @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2012, 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 @@ -67,22 +67,6 @@ echo "Test passed. Not supported on AIX." exit 0 ;; - SunOS ) - NULL=/dev/null - PS=":" - FS="/" - if [ `uname -p | grep -c 'sparc'` -gt '0' ] - then - ARCH="sparc" - else - ARCH="i386" - fi - SYST="solaris" - MAKEFILE="Makefile.unix" - CC="gcc" - MAKE="make" - LD_LIBRARY_PATH="." - ;; Windows* ) NULL=null PS=";" @@ -149,15 +133,6 @@ echo "No C compiler found. Test passed." exit 0 fi -case "$OS" in - SunOS ) - ${CC} -v >${NULL} 2>&1 - if [ "$?" -ne '0' ] - then - echo "No C compiler found. Test passed." - exit 0 - fi -esac cp ${TESTSRC}${FS}${MAKEFILE} .