mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8008685: DPrinter should include MethodType.recvtype
Reviewed-by: jjg
This commit is contained in:
parent
fedd0005cd
commit
8ffd35ead4
1 changed files with 1 additions and 0 deletions
|
@ -1281,6 +1281,7 @@ public class DPrinter {
|
||||||
printList("argtypes", type.argtypes);
|
printList("argtypes", type.argtypes);
|
||||||
printType("restype", type.restype, Details.FULL);
|
printType("restype", type.restype, Details.FULL);
|
||||||
printList("thrown", type.thrown);
|
printList("thrown", type.thrown);
|
||||||
|
printType("recvtype", type.recvtype, Details.FULL);
|
||||||
return visitType(type, null);
|
return visitType(type, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue