vromero [Wed, 30 Oct 2013 18:09:49 +0000] rev 21504
8027327: jar files related to test test/tools/javac/ExtDirs/ExtDirTest.java should be removed from the repo
Reviewed-by: ksrini
mchung [Wed, 30 Oct 2013 08:35:52 -0700] rev 21503
8027481: jdeps to handle classes with the same package name and correct profile for javax.crypto.*
Reviewed-by: alanb, dfuchs
lana [Mon, 28 Oct 2013 12:29:34 -0700] rev 21502
Merge
rfield [Thu, 24 Oct 2013 16:52:27 -0700] rev 21501
8027220: DefaultMethodsTest: Change test to match spec
Reviewed-by: ksrini
bpatel [Thu, 24 Oct 2013 11:22:50 -0700] rev 21500
8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
Reviewed-by: jjg
emc [Thu, 24 Oct 2013 01:27:10 -0400] rev 21499
8023682: Incorrect attributes emitted for anonymous class declaration
Summary: Cause javac to emit type annotations on new instruction as well as anonymous class supertype for annotated anonymous classes.
Reviewed-by: jjg, jfranck