diff --git a/truffle/com.oracle.truffle.api.instrumentation.test/src/com/oracle/truffle/api/instrumentation/InstrumentationMultiThreadingTest.java b/truffle/com.oracle.truffle.api.instrumentation.test/src/com/oracle/truffle/api/instrumentation/InstrumentationMultiThreadingTest.java index c23b24202647..c2fef8f61d68 100644 --- a/truffle/com.oracle.truffle.api.instrumentation.test/src/com/oracle/truffle/api/instrumentation/InstrumentationMultiThreadingTest.java +++ b/truffle/com.oracle.truffle.api.instrumentation.test/src/com/oracle/truffle/api/instrumentation/InstrumentationMultiThreadingTest.java @@ -115,7 +115,7 @@ protected void onDispose(Env env) { } - final static AtomicInteger createDisposeCount = new AtomicInteger(0); + static final AtomicInteger createDisposeCount = new AtomicInteger(0); @Registration(id = "testAsyncAttachement2") public static class TestAsyncAttachement2 extends TruffleInstrument {