--- old/test/compiler/whitebox/LockCompilationTest.java 2016-04-01 15:40:08.097878225 +0200 +++ new/test/compiler/whitebox/LockCompilationTest.java 2016-04-01 15:40:07.917878217 +0200 @@ -50,7 +50,7 @@ // Only compile SimpleTestCase$Helper.method and exclude all other to ensure no // contention on the compile queue causes problems. String directive = - "[{ match:\"*SimpleTestCase$Helper.method\", Exclude:false}, " + + "[{ match:\"*SimpleTestCaseHelper.method\", Exclude:false}, " + " { match:\"*.*\", Exclude:true}]"; if (WHITE_BOX.addCompilerDirective(directive) != 2) { throw new RuntimeException("Could not add directive");