--- old/src/jdk.compiler/share/classes/com/sun/source/tree/BinaryTree.java 2016-01-07 09:31:19.502479806 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/source/tree/BinaryTree.java 2016-01-07 09:31:18.994479800 +0000 @@ -40,7 +40,6 @@ * @author Jonathan Gibbons * @since 1.6 */ -@jdk.Exported public interface BinaryTree extends ExpressionTree { /** * Returns the left (first) operand of the expression.