jgodinez [Tue, 03 May 2011 22:17:58 -0700] rev 9609
Merge
bpatel [Mon, 02 May 2011 10:10:31 -0700] rev 9608
6553182: Need to modify javadoc doclet for GPL
Reviewed-by: jjg
mcimadamore [Mon, 02 May 2011 12:05:41 +0100] rev 9607
7040883: Compilation error: "length in Array is defined in an inaccessible class or interface"
Summary: Fix of 7034511 (now backed out) is causing spurious accessibility errors
Reviewed-by: jjg
bpatel [Mon, 02 May 2011 02:13:02 -0700] rev 9606
6492694: @deprecated tag doesn't work in package-info files.
Reviewed-by: jjg
lana [Sat, 30 Apr 2011 16:57:18 -0700] rev 9605
Merge
mcimadamore [Sat, 30 Apr 2011 11:57:46 +0100] rev 9604
7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
Summary: diamond should be disallowed in cases where explicit generic constructor parameters are specified
Reviewed-by: jjg
mcimadamore [Fri, 29 Apr 2011 16:06:28 +0100] rev 9603
6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
Summary: Accessing a non-existing enum constant from an annotation whose class is available results in an internal error
Reviewed-by: jjg
mcimadamore [Fri, 29 Apr 2011 16:05:56 +0100] rev 9602
7034495: Javac asserts on usage of wildcards in bounds
Summary: Problem with intersection types and wildcards causing javac to crash
Reviewed-by: jjg
mcimadamore [Fri, 29 Apr 2011 16:05:29 +0100] rev 9601
7039937: Improved catch analysis fails to handle a common idiom in the libraries
Summary: Disable generation of 'unreachable catch' warnings for catch statements catching Exception/Throwable
Reviewed-by: jjg
mcimadamore [Fri, 29 Apr 2011 16:05:02 +0100] rev 9600
7040104: javac NPE on Object a[]; Object o = (a=null)[0];
Summary: When a null literal is found on top of stack, if expected type is 1-dimension array no checkcast is emitted
Reviewed-by: jjg
jjg [Thu, 28 Apr 2011 15:05:36 -0700] rev 9599
7029150: Project Coin: present union types from the tree API through to javax.lang.model
Reviewed-by: mcimadamore
mchung [Thu, 28 Apr 2011 08:46:06 -0700] rev 9598
7037081: Remove com.sun.tracing from NON_CORE_PKGS
Reviewed-by: ohair, jjg, jmasa
bpatel [Wed, 27 Apr 2011 17:13:54 -0700] rev 9597
7028815: Missing styles for some bulleted items in the new stylesheet
Reviewed-by: jjg
darcy [Wed, 27 Apr 2011 17:03:24 -0700] rev 9596
7039822: Project Coin: add explicit tests for the lub of an exception parameter
Reviewed-by: mcimadamore, jjg
jjg [Mon, 25 Apr 2011 15:56:09 -0700] rev 9595
7038363: cast from object to primitive should be for source >= 1.7
Reviewed-by: mcimadamore
jjg [Mon, 25 Apr 2011 15:50:30 -0700] rev 9594
7039019: test cannot run standalone
Reviewed-by: dlsmith