disabled workaround for JVMTI_ERROR_WRONG_PHASE issue after a new fix for JRE-253

This commit is contained in:
Egor.Ushakov
2017-03-16 11:48:48 +03:00
parent b8584dcc85
commit 57486388c0
@@ -101,7 +101,8 @@ public abstract class DebuggerTestCase extends ExecutionWithDebuggerToolsTestCas
myDebuggerSession = null;
}
if (getChecker().contains("JVMTI_ERROR_WRONG_PHASE(112)")) {
// disabled, see JRE-253
if (false && getChecker().contains("JVMTI_ERROR_WRONG_PHASE(112)")) {
myRestart.incrementAndGet();
if (needsRestart()) {
return;