8199862: Examine ProxyBuilder::referencedTypes startup cost

Reviewed-by: mchung
This commit is contained in:
Claes Redestad 2018-03-21 10:13:49 +01:00
parent 74827c6a87
commit c71bc3581a
4 changed files with 38 additions and 16 deletions

View file

@ -301,6 +301,11 @@ public final class Method extends Executable {
return parameterTypes;
}
@Override
Class<?>[] getSharedExceptionTypes() {
return exceptionTypes;
}
/**
* {@inheritDoc}
*/