changeset 3150:17ac95d2a6ec

8008685: DPrinter should include MethodType.recvtype Reviewed-by: jjg
author vromero
date Fri, 04 Dec 2015 09:46:12 -0800
parents 218a0c168db3
children 9006c168c651
files test/tools/javac/lib/DPrinter.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/tools/javac/lib/DPrinter.java	Wed Dec 02 09:36:35 2015 -0800
+++ b/test/tools/javac/lib/DPrinter.java	Fri Dec 04 09:46:12 2015 -0800
@@ -1281,6 +1281,7 @@
             printList("argtypes", type.argtypes);
             printType("restype", type.restype, Details.FULL);
             printList("thrown", type.thrown);
+            printType("recvtype", type.recvtype, Details.FULL);
             return visitType(type, null);
         }