mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-10 21:50:07 +00:00
8008685: DPrinter should include MethodType.recvtype
Reviewed-by: jjg
This commit is contained in:
parent
fedd0005cd
commit
8ffd35ead4
@ -1281,6 +1281,7 @@ public class DPrinter {
|
||||
printList("argtypes", type.argtypes);
|
||||
printType("restype", type.restype, Details.FULL);
|
||||
printList("thrown", type.thrown);
|
||||
printType("recvtype", type.recvtype, Details.FULL);
|
||||
return visitType(type, null);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user