mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8067767: type inference performance regression
Overhaul implememntation of inference incorporation Reviewed-by: vromero
This commit is contained in:
parent
54029caa26
commit
875bccb11e
11 changed files with 641 additions and 762 deletions
|
@ -1304,7 +1304,7 @@ public class DPrinter {
|
|||
for (UndetVar.InferenceBound ib: UndetVar.InferenceBound.values())
|
||||
printList("bounds." + ib, type.getBounds(ib));
|
||||
printInt("declaredCount", type.declaredCount);
|
||||
printType("inst", type.inst, Details.SUMMARY);
|
||||
printType("inst", type.getInst(), Details.SUMMARY);
|
||||
return visitDelegatedType(type);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue