< prev index next >

test/jdk/com/sun/management/UnixOperatingSystemMXBean/GetOpenFileDescriptorCount.sh

Print this page
rev 59383 : [mq]: final

*** 1,7 **** # ! # Copyright (c) 2003, 2015, 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 # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. --- 1,7 ---- # ! # Copyright (c) 2003, 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 # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 45,59 **** $TESTJAVA/bin/java ${TESTVMOPTS} -classpath $TESTCLASSES $@ || exit 3 } # Test GetOpenFileDescriptorCount if we are running on Unix case `uname -s` in ! SunOS | Linux ) runOne GetOpenFileDescriptorCount ;; * ) ! echo "Ignore test when not run on Solaris or Linux" exit 0 ;; esac exit 0 --- 45,59 ---- $TESTJAVA/bin/java ${TESTVMOPTS} -classpath $TESTCLASSES $@ || exit 3 } # Test GetOpenFileDescriptorCount if we are running on Unix case `uname -s` in ! Linux ) runOne GetOpenFileDescriptorCount ;; * ) ! echo "Ignore test when not run on Linux" exit 0 ;; esac exit 0
< prev index next >