mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
disabled workaround for JVMTI_ERROR_WRONG_PHASE issue after a new fix for JRE-253
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user