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

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java49 static int JDWPtoJDISuspendPolicy(byte jdwpPolicy) { argument
50 switch(jdwpPolicy) {
58 throw new IllegalArgumentException("Illegal policy constant: " + jdwpPolicy);

Completed in 33 milliseconds