mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8199862: Examine ProxyBuilder::referencedTypes startup cost
Reviewed-by: mchung
This commit is contained in:
parent
74827c6a87
commit
c71bc3581a
4 changed files with 38 additions and 16 deletions
|
@ -301,6 +301,11 @@ public final class Method extends Executable {
|
|||
return parameterTypes;
|
||||
}
|
||||
|
||||
@Override
|
||||
Class<?>[] getSharedExceptionTypes() {
|
||||
return exceptionTypes;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue