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

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java62 static byte JDItoJDWPSuspendPolicy(int jdiPolicy) { argument
63 switch(jdiPolicy) {
71 throw new IllegalArgumentException("Illegal policy constant: " + jdiPolicy);

Completed in 33 milliseconds