mcimadamore [Tue, 12 Feb 2013 19:25:09 +0000] rev 15717
8007464: Add graph inference support
Summary: Add support for more aggressive type-inference scheme
Reviewed-by: jjg
vromero [Tue, 12 Feb 2013 13:36:56 +0000] rev 15716
8006334: javap, JavapTask constructor breaks with null pointer exception if parameter options is null
Reviewed-by: jjg
jfranck [Tue, 12 Feb 2013 11:28:45 +0100] rev 15715
8004822: RFE to write language model API tests for repeating annotations based on the spec updates
Reviewed-by: jjg, abuckley
Contributed-by: Matherey Nunez <matherey.nunez@oracle.com>
darcy [Mon, 11 Feb 2013 13:37:41 -0800] rev 15714
8007574: Provide isFunctionalInterface in javax.lang.model
Reviewed-by: jjg
jjg [Fri, 08 Feb 2013 17:35:16 -0800] rev 15713
8007610: javadoc doclint does not work with -private
Reviewed-by: darcy
vromero [Fri, 08 Feb 2013 09:21:19 +0000] rev 15712
7167125: Two variables after the same operation in a inner class return different results
Reviewed-by: jjg, mcimadamore
vromero [Fri, 08 Feb 2013 09:15:27 +0000] rev 15711
8005931: javac doesn't set ACC_STRICT for classes with package access
Reviewed-by: mcimadamore
vromero [Fri, 08 Feb 2013 09:12:37 +0000] rev 15710
7166455: javac doesn't set ACC_STRICT bit on <clinit> for strictfp class
Reviewed-by: mcimadamore
darcy [Thu, 07 Feb 2013 20:47:06 -0800] rev 15709
7195131: Update 2 compiler combo tests for repeating annotations to include package and default use cases
Reviewed-by: darcy
Contributed-by: sonali.goel@oracle.com
jjh [Wed, 06 Feb 2013 23:10:35 +0000] rev 15708
8007698: jtreg test T6306137.java won't compile with ASCII encoding
Reviewed-by: ksrini
jjg [Wed, 06 Feb 2013 07:49:31 -0800] rev 15707
8007566: DocLint too aggressive with not allowed here: <p>
Reviewed-by: mcimadamore
mcimadamore [Wed, 06 Feb 2013 14:04:43 +0000] rev 15706
8007479: Refactor DeferredAttrContext so that it points to parent context
Summary: Move DeferredAttrNode out of DeferredAttrContext; add support for nested deferred contexts
Reviewed-by: jjg
mcimadamore [Wed, 06 Feb 2013 14:03:39 +0000] rev 15705
8007463: Cleanup inference related classes
Summary: Make Infer.InferenceContext an inner class; adjust bound replacement logic in Type.UndetVar
Reviewed-by: jjg
jjg [Tue, 05 Feb 2013 21:55:41 -0800] rev 15704
8007485: test creates .class files in the test/ directory
Reviewed-by: mcimadamore