Call constructor so executor picks it up
This commit is contained in:
@@ -19,11 +19,13 @@ class TestClass
|
|||||||
private static int dummy(Object... args) { return 0; }
|
private static int dummy(Object... args) { return 0; }
|
||||||
private static final int var = 42;
|
private static final int var = 42;
|
||||||
|
|
||||||
private static int field1051 = -1611704481;
|
private int field1051 = -1611704481;
|
||||||
private int field2701;
|
private int field2701;
|
||||||
|
|
||||||
public void test()
|
public void test()
|
||||||
{
|
{
|
||||||
|
new TestClass(); // to trick executor to call the constructor
|
||||||
|
|
||||||
if (-1 != this.field1051 * 1928543073)
|
if (-1 != this.field1051 * 1928543073)
|
||||||
{
|
{
|
||||||
dummy(this.field1051 * 1928543073);
|
dummy(this.field1051 * 1928543073);
|
||||||
|
|||||||
Reference in New Issue
Block a user