Searched defs:secondary (Results 1 - 1 of 1) sorted by relevance

/art/test/137-cfi/src/
H A DMain.java30 // We fork ourself to create the secondary process for remote unwinding.
31 private boolean secondary; field in class:Main
47 if (arg.equals("--secondary")) {
48 secondary = true;
64 if (secondary) {
66 throw new RuntimeException("Should not be running secondary!");
90 // Fork the secondary.
94 secCmdLine[secCmdLine.length - 1] = "--secondary";
161 passed = bar(secondary);

Completed in 137 milliseconds