--- old/test/hotspot/jtreg/runtime/8176717/TestInheritFD.java 2020-05-01 02:27:18.185624204 -0700 +++ new/test/hotspot/jtreg/runtime/8176717/TestInheritFD.java 2020-05-01 02:27:17.813617048 -0700 @@ -67,7 +67,7 @@ * The third VM communicates the success to rename the file by printing "CLOSED * FD". The first VM checks that the string was printed by the third VM. * - * On unix like systems "lsof" or "pfiles" is used. + * On unix like systems "lsof" is used. */ public class TestInheritFD { @@ -176,8 +176,7 @@ {"/usr/sbin/lsof", "-p"}, {"/bin/lsof", "-p"}, {"/sbin/lsof", "-p"}, - {"/usr/local/bin/lsof", "-p"}, - {"/usr/bin/pfiles", "-F"}}) // Solaris + {"/usr/local/bin/lsof", "-p"}}) .filter(args -> new File(args[0]).exists()) .findFirst();