8087349: Test tools/sjavac/IncCompInheritance.java is failing

Refactoring of Dependencies framework.

Reviewed-by: mcimadamore
This commit is contained in:
Andreas Lundblad 2015-10-22 09:05:54 +02:00
parent 574f2d4b2d
commit 200d75bd08
5 changed files with 104 additions and 228 deletions

View file

@ -193,11 +193,6 @@ public class DependenciesTest {
inProcess.push(null);
}
@Override
public void push(AttributionKind ak, JCTree t) {
inProcess.push(null);
}
@Override
public void pop() {
inProcess.pop();