Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventRequestManagerImpl.java62 static byte JDItoJDWPSuspendPolicy(int jdiPolicy) { in JDItoJDWPSuspendPolicy() argument
63 switch(jdiPolicy) { in JDItoJDWPSuspendPolicy()
71 throw new IllegalArgumentException("Illegal policy constant: " + jdiPolicy); in JDItoJDWPSuspendPolicy()