Lines Matching full:abort
107 dvmFprintf(stderr, " -Xdeadlockpredict:{off,warn,err,abort}\n");
945 else if (strcmp(argv[i] + 18, "abort") == 0)
1666 * Abort the VM. We get here on fatal errors. Try very hard not to use
1675 /* JNI-supplied abort hook gets right of first refusal */
1680 * If we call abort(), all threads in the process receives a SIBABRT.
1687 * a deliberate abort by looking at the fault address.
1690 abort();