Home
last modified time | relevance | path

Searched refs:out_err_msg (Results 1 – 1 of 1) sorted by relevance

/art/test/1934-jvmti-signal-thread/src/art/
DTest1934.java194 String out_err_msg; in testStopInNative() local
196 out_err_msg = out_err[0].toString(); in testStopInNative()
200 out_err_msg = "java.lang.Error: AWESOME"; in testStopInNative()
202 System.out.println("Other thread Stopped by: " + out_err_msg); in testStopInNative()