mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8341512: Optimize StackMapGenerator::processInvokeInstructions
Reviewed-by: liach
This commit is contained in:
parent
f8db3a831b
commit
1c3e56c3e4
10 changed files with 13 additions and 19 deletions
|
@ -45,6 +45,6 @@ public sealed interface InterfaceMethodRefEntry
|
|||
* {@return a symbolic descriptor for the interface method's type}
|
||||
*/
|
||||
default MethodTypeDesc typeSymbol() {
|
||||
return Util.methodTypeSymbol(nameAndType());
|
||||
return Util.methodTypeSymbol(type());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue