Searched refs:globalSuspendPolicy (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DExceptionEvents.java105 static int globalSuspendPolicy = -1; field in class:ExceptionEvents
172 globalSuspendPolicy = EventRequest.SUSPEND_ALL;
175 globalSuspendPolicy = EventRequest.SUSPEND_EVENT_THREAD;
178 globalSuspendPolicy = EventRequest.SUSPEND_NONE;
291 if (globalSuspendPolicy != -1) {
293 caught, uncaught, globalSuspendPolicy);

Completed in 25 milliseconds