Searched refs:exit (Results 226 - 250 of 757) sorted by relevance

1234567891011>>

/openjdk10/hotspot/test/compiler/runtime/
H A DTest6863420.java110 System.exit(97);
/openjdk10/jdk/src/java.base/unix/native/libjimage/
H A DosSupport_unix.cpp99 void SimpleCriticalSection::exit() { function in class:SimpleCriticalSection
/openjdk10/jdk/src/demo/share/jfc/TableExample/
H A DTableExample2.java68 System.exit(0);
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/jrtfs/
H A Djrtfsviewer.js39 exit(1);
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/ref/
H A DCleaner.java150 System.exit(1);
/openjdk10/jdk/src/jdk.jdwp.agent/unix/native/libjdwp/
H A Dexec_md.c117 exit(-1);
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DExceptionSafePlugin.java122 System.exit(0);
/openjdk10/jdk/test/java/awt/PrintJob/PrintArcTest/
H A DPrintArcTest.java85 System.exit(0);
/openjdk10/jdk/test/java/awt/Graphics2D/DrawString/
H A DLCDTextSrcEa.java46 System.exit(0);
/openjdk10/jdk/test/java/awt/Insets/
H A DCombinedTestApp1.java53 public void actionPerformed(ActionEvent e) { System.exit(0);}
/openjdk10/jdk/test/java/awt/PrintJob/EdgeTest/
H A DEdgeTest.java42 System.exit(0);
/openjdk10/jdk/test/com/sun/jdi/
H A DConnectedVMs.java34 * @run driver ConnectedVMs Resume-to-exit
36 * @run driver ConnectedVMs exit()
87 } else if (passName.equals("Resume-to-exit")) {
91 } else if (passName.equals("exit()")) {
92 vm().exit(1);
/openjdk10/jdk/test/com/sun/net/httpserver/
H A DSimpleFileServer.java50 System.exit(1);
/openjdk10/jdk/test/java/awt/print/PageFormat/
H A DReverseLandscapeTest.java71 System.exit(0);
/openjdk10/jdk/test/java/awt/im/InputContext/
H A Dbug4625203.java88 System.exit(0);
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DPrintAWTImage.java55 System.exit(0);
/openjdk10/jdk/test/java/awt/xembed/server/
H A DTesterClient.java58 System.exit(passed?0:1);
/openjdk10/jdk/test/java/io/File/
H A DDeleteOnExitNPE.java85 System.exit(0);
/openjdk10/jdk/test/java/lang/instrument/
H A DRedefineSubclassWithTwoInterfacesApp.java33 System.exit(0);
/openjdk10/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DBenchServerImpl.java95 System.exit(0);
/openjdk10/jdk/test/java/rmi/transport/checkFQDN/
H A DCheckFQDNClient.java71 System.exit(0);
/openjdk10/jdk/test/sun/security/krb5/
H A DKrb5NameEquals.java76 } else System.exit(1);
/openjdk10/jdk/test/javax/swing/text/html/parser/
H A DTest8017492.java68 System.exit(1);
/openjdk10/jdk/test/javax/swing/border/
H A DTest6981576.java89 System.exit(1);
/openjdk10/langtools/test/jdk/jshell/
H A DDyingRemoteAgent.java40 System.exit(1);

Completed in 215 milliseconds

1234567891011>>