Call constructor so executor picks it up

This commit is contained in:
Adam
2015-10-25 19:28:27 -04:00
parent 85a4587143
commit 018a3619a8

View File

@@ -19,11 +19,13 @@ class TestClass
private static int dummy(Object... args) { return 0; }
private static final int var = 42;
private static int field1051 = -1611704481;
private int field1051 = -1611704481;
private int field2701;
public void test()
{
new TestClass(); // to trick executor to call the constructor
if (-1 != this.field1051 * 1928543073)
{
dummy(this.field1051 * 1928543073);