--- old/test/jdk/java/lang/annotation/loaderLeak/LoaderLeak.sh 2020-05-20 18:06:08.889156724 -0700 +++ new/test/jdk/java/lang/annotation/loaderLeak/LoaderLeak.sh 2020-05-20 18:06:08.509149427 -0700 @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2004, 2012, 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 @@ -48,7 +48,7 @@ # set platform-dependent variables OS=`uname -s` case "$OS" in - SunOS | Linux | Darwin | AIX ) + Linux | Darwin | AIX ) NULL=/dev/null PS=":" FS="/"