mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8004643: Reduce javac space overhead introduced with compiler support for repeating annotations
Reviewed-by: mcimadamore, jfranck
This commit is contained in:
parent
aeb1c4b67e
commit
bdfb93ee25
17 changed files with 218 additions and 108 deletions
|
@ -403,7 +403,7 @@ public class DPrinter {
|
|||
printType("type", sym.type, Details.SUMMARY);
|
||||
printType("erasure", sym.erasure_field, Details.SUMMARY);
|
||||
sym.accept(symVisitor, null);
|
||||
printAnnotations("annotations", sym.annotations, Details.SUMMARY);
|
||||
printAnnotations("annotations", sym.getAnnotations(), Details.SUMMARY);
|
||||
indent(-1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue