--- old/test/testlibrary/jittester/src/jdk/test/lib/jittester/Throw.java 2016-05-12 04:24:06.706334755 +0300 +++ new/test/testlibrary/jittester/src/jdk/test/lib/jittester/Throw.java 2016-05-12 04:24:06.638334755 +0300 @@ -27,6 +27,7 @@ public class Throw extends IRNode { public Throw(IRNode throwable) { + super(throwable.getResultType()); addChild(throwable); }