Ignore failures to instrument proxy classes
This commit is contained in:
parent
84081dc980
commit
c529c06801
|
@ -31,6 +31,11 @@ class ExecutorInstrumentationTest extends AgentTestRunner {
|
||||||
submitMethod = ExecutorService.getMethod("submit", Callable)
|
submitMethod = ExecutorService.getMethod("submit", Callable)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
void afterTest() {
|
||||||
|
// Ignore failures to instrument sun proxy classes
|
||||||
|
}
|
||||||
|
|
||||||
@Unroll
|
@Unroll
|
||||||
// more useful name breaks java9 javac
|
// more useful name breaks java9 javac
|
||||||
// def "#poolImpl.getClass().getSimpleName() #method.getName() propagates"()
|
// def "#poolImpl.getClass().getSimpleName() #method.getName() propagates"()
|
||||||
|
|
Loading…
Reference in New Issue