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