aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dcevm/src/test/java7/com/github/dcevm/test/eval/SimpleObjectStressTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/dcevm/src/test/java7/com/github/dcevm/test/eval/SimpleObjectStressTest.java b/dcevm/src/test/java7/com/github/dcevm/test/eval/SimpleObjectStressTest.java
index b6d7ab83..aa9e50ae 100644
--- a/dcevm/src/test/java7/com/github/dcevm/test/eval/SimpleObjectStressTest.java
+++ b/dcevm/src/test/java7/com/github/dcevm/test/eval/SimpleObjectStressTest.java
@@ -25,6 +25,7 @@
package com.github.dcevm.test.eval;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import static com.github.dcevm.test.util.HotSwapTestHelper.__toVersion__;
@@ -34,6 +35,7 @@ import static org.junit.Assert.assertEquals;
/**
* Test to reveal issues with JIT compiler (one of the compiler threads might be compiling method while we are reloading it).
*/
+@Ignore("currently broken -- need to figure out how to avoid compiler crashing while it compiles old code")
public class SimpleObjectStressTest {
private final int COUNT = 100000;