--- old/src/share/classes/com/sun/source/tree/IntersectionTypeTree.java 2013-10-03 22:24:27.000000000 -0700 +++ new/src/share/classes/com/sun/source/tree/IntersectionTypeTree.java 2013-10-03 22:24:27.000000000 -0700 @@ -34,7 +34,7 @@ * * @since 1.8 */ -@jdk.Supported +@jdk.Exported public interface IntersectionTypeTree extends Tree { List getBounds(); }