Searched refs:exit (Results 201 - 225 of 757) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.base/share/native/libjli/
H A Djli_util.c41 exit(1);
56 exit(1);
71 exit(1);
/openjdk10/jdk/make/non-build-utils/reorder/tools/
H A Dremove_mcount.c49 exit(2);
126 exit(1);
183 exit(0);
/openjdk10/jdk/test/java/rmi/transport/dgcDeadLock/
H A DTestImpl.java110 System.exit(1);
160 System.exit(1);
226 System.exit(1);
/openjdk10/jdk/test/javax/swing/dnd/8139050/
H A DNativeErrorsInTableDnD.java138 final int exit = p.exitValue();
139 if (exit != 0) {
140 throw new RuntimeException("Exit status = " + exit);
/openjdk10/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DMain.java73 System.exit(1);
164 System.exit(Globals.getErrors());
169 System.exit(Globals.getErrors());
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DRMINotifTest.java81 System.exit(1);
135 System.exit(1);
161 System.exit(1);
H A DNotificationBufferCreationTest.java73 System.exit(1);
79 System.exit(1);
/openjdk10/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DRMIAltAuthTest.java87 System.exit(1);
167 System.exit(1);
194 System.exit(1);
H A DRMIPasswdAuthTest.java85 System.exit(1);
164 System.exit(1);
191 System.exit(1);
/openjdk10/jdk/test/java/awt/datatransfer/DragUnicodeBetweenJVMTest/
H A DTargetPanel.java98 System.exit(0);
103 System.exit(1);
/openjdk10/jdk/test/java/awt/SplashScreen/FullscreenAfterSplash/
H A DFullScreenAfterSplash.java87 System.exit(1);
96 System.exit(1);
/openjdk10/jdk/test/java/lang/ProcessBuilder/
H A DSkipTest.java157 System.exit(1);
171 System.exit(1);
/openjdk10/jdk/test/java/nio/channels/SocketChannel/
H A DCloseTimeoutChannel.java47 System.exit(1);
72 System.exit(1);
/openjdk10/jdk/test/java/rmi/testlibrary/
H A DRegistryVM.java155 int exit = vm.exitValue();
157 + exit + ".");
/openjdk10/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DCountServerImpl.java96 public void exit() throws RemoteException { method in class:CountServerImpl
97 System.exit(0);
/openjdk10/jdk/test/javax/management/remote/mandatory/loading/
H A DDeserializeEncodedURLTest.java115 System.exit(1);
121 System.exit(1);
/openjdk10/hotspot/src/os/windows/vm/
H A Dos_windows.inline.hpp105 inline void os::exit(int num) { function in class:os
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/graph/
H A DReentrantNodeIterator.java91 for (LoopExitNode exit : loop.loopExits()) {
92 if (blockEndStates.containsKey(exit)) {
93 info.exitStates.put(exit, blockEndStates.get(exit));
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DTestParser.java32 System.exit(1);
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.hpp95 static bool exit(JvmtiRawMonitor *monitor) { function in class:JvmtiPendingMonitors
/openjdk10/hotspot/test/compiler/c2/
H A DTest8007294.java99 System.exit(97);
H A DTest6823453.java105 System.exit(97);
H A DTest7110586.java130 System.exit(97);
/openjdk10/hotspot/test/compiler/loopopts/
H A DTest7044738.java101 System.exit(97);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DChoose.java112 InstructionHandle exit = null;
144 // goto exit after executing the body of when
151 test.backPatchFalseList(exit = il.append(NOP));
159 exit = il.append(NOP);
162 // now that end is known set targets of exit gotos
166 gotoExit.setTarget(exit);

Completed in 282 milliseconds

1234567891011>>