ysr [Fri, 17 Dec 2010 23:41:31 -0800] rev 7658
6807801: CMS: could save/restore fewer header words during scavenge
Summary: Age bits need not enter the mark-word preservation calculus; also affected, in addition to CMS, per CR synopsis above, were ParNew (but not DefNew), ParallelScavenge and G1, albeit to a lesser degree than CMS.
Reviewed-by: tonyp, johnc
johnc [Fri, 17 Dec 2010 11:26:53 -0800] rev 7657
7006113: G1: Initialize ReferenceProcessor::_is_alive_non_header field
Summary: Initialize the _is_alive_non_header field of G1's reference processor with an instance of the G1CMIsAliveClosure. This will stop adding reference objects with live referents to the discovered reference lists unnecessarily.
Reviewed-by: tonyp, ysr, jwilhelm, brutisso
trims [Wed, 22 Dec 2010 19:20:47 -0800] rev 7656
Added tag hs20-b04 for changeset 5d1dc8153960
cl [Wed, 22 Dec 2010 15:57:14 -0800] rev 7655
Added tag jdk7-b123 for changeset 5d1dc8153960
ohair [Tue, 28 Dec 2010 15:52:09 -0800] rev 7654
6962318: Update copyright year
Reviewed-by: xdono
ohair [Fri, 24 Dec 2010 11:16:02 -0800] rev 7653
Merge
ohair [Thu, 23 Dec 2010 18:41:57 -0800] rev 7652
7008723: Remove binary plugs creation and use from openjdk
Reviewed-by: mchung, andrew, aph, dholmes
ohair [Wed, 22 Dec 2010 12:27:14 -0800] rev 7651
Merge
ohair [Wed, 22 Dec 2010 12:25:52 -0800] rev 7650
7003845: README-builds document proper location of forest extension, provide alternatives
Reviewed-by: robilad
ohair [Tue, 21 Dec 2010 16:44:00 -0800] rev 7649
6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location
Reviewed-by: ksrini
cl [Wed, 22 Dec 2010 15:57:04 -0800] rev 7648
Added tag jdk7-b123 for changeset 346d9718942b
duke [Wed, 05 Jul 2017 17:30:37 +0200] rev 7647
Added tag jdk7-b123 for changeset 142129d8599d
duke [Wed, 05 Jul 2017 17:30:37 +0200] rev 7646
Merge
duke [Wed, 05 Jul 2017 17:30:34 +0200] rev 7645
Merge
lana [Mon, 20 Dec 2010 21:10:57 -0800] rev 7644
Merge
mcimadamore [Mon, 13 Dec 2010 15:11:00 -0800] rev 7643
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
Reviewed-by: jjg, darcy
bpatel [Mon, 13 Dec 2010 14:08:01 -0800] rev 7642
Merge
bpatel [Mon, 13 Dec 2010 13:44:47 -0800] rev 7641
7006270: Several javadoc regression tests are failing on windows
Reviewed-by: jjg
mcimadamore [Mon, 13 Dec 2010 14:56:50 +0000] rev 7640
7006109: Add test library to simplify the task of writing automated type-system tests
Summary: Types.java needs to be more stress-tested
Reviewed-by: jjg
lana [Sun, 12 Dec 2010 21:58:56 -0800] rev 7639
Merge
lana [Sun, 12 Dec 2010 15:31:28 -0800] rev 7638
Merge
jjg [Sun, 12 Dec 2010 10:05:40 -0800] rev 7637
6990134: minor (but red) findbugs warnings
Reviewed-by: mcimadamore
jjg [Fri, 10 Dec 2010 07:38:28 -0800] rev 7636
6504896: TreeMaker.Literal(Object) does not support Booleans
Reviewed-by: mcimadamore
mcimadamore [Fri, 10 Dec 2010 15:24:17 +0000] rev 7635
6199075: Unambiguous varargs method calls flagged as ambiguous
Summary: javac does not implement overload resolution w.r.t. varargs methods as described in the JLS
Reviewed-by: jjg
mcimadamore [Fri, 10 Dec 2010 15:23:42 +0000] rev 7634
7005671: Regression: compiler accepts invalid cast from X[] to primitive array
Summary: regression in type conversion after 292 changes
Reviewed-by: jjg
jjg [Thu, 09 Dec 2010 19:53:03 -0800] rev 7633
6986242: cut-n-paste error in javadoc for Trees.instance(ProcessingEnvironment)
Reviewed-by: darcy
jjg [Thu, 09 Dec 2010 18:33:32 -0800] rev 7632
7005856: avoid name clash for langtools when building on MacOS
Reviewed-by: mcimadamore
jjg [Thu, 09 Dec 2010 08:48:08 -0800] rev 7631
6985202: no access to doc comments from Tree API
Reviewed-by: mcimadamore
jjg [Thu, 09 Dec 2010 08:24:42 -0800] rev 7630
4917091: javac rejects array over 128 in length
Reviewed-by: mcimadamore
mcimadamore [Thu, 09 Dec 2010 15:50:57 +0000] rev 7629
7005371: Multicatch: assertion error while generating LocalVariableTypeTable attribute
Summary: compiler crashes with assertion error if '-g' option is passed and source contains multicatch
Reviewed-by: jjg
mcimadamore [Thu, 09 Dec 2010 15:50:34 +0000] rev 7628
6476118: compiler bug causes runtime ClassCastException for generics overloading
Summary: compiler allows bridge methods to override unrelated method
Reviewed-by: jjg
mcimadamore [Thu, 09 Dec 2010 15:50:10 +0000] rev 7627
7005095: Cast: compile reject sensible cast from final class to interface
Summary: a previous fix to cast conversion has made the compiler too strict w.r.t. final cast
Reviewed-by: jjg