roland [Tue, 25 Nov 2014 17:33:59 +0100] rev 28039
6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94
Summary: OOM during reallocation of scalar replaced objects in deoptimization causes crashes
Reviewed-by: kvn, jrose
adlertz [Fri, 05 Dec 2014 15:16:01 +0100] rev 28038
Merge
roland [Thu, 04 Dec 2014 14:11:11 +0000] rev 28037
Merge
roland [Thu, 04 Dec 2014 14:34:11 +0100] rev 28036
8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed
Summary: PhaseIdealLoop::split_if_with_blocks_post() shoulnd't reorder range checks adjusted by range check smearing
Reviewed-by: kvn, jrose
jwilhelm [Thu, 11 Dec 2014 20:39:25 +0100] rev 28035
Merge
jwilhelm [Thu, 11 Dec 2014 02:43:50 +0100] rev 28034
6522873: Java not print "Unrecognized option" when it is invalid option.
Summary: Introduced a new version of match_option() that don't allow a tail after the flag name and used it for flags without extra arguments
Reviewed-by: dholmes, dcubed
brutisso [Wed, 10 Dec 2014 11:32:22 +0100] rev 28033
8066782: Move common code from CMSGeneration and TenuredGeneration to CardGeneration
Reviewed-by: kbarrett, tschatzl
brutisso [Wed, 10 Dec 2014 11:31:43 +0100] rev 28032
8066781: Minor cleanups to TenuredGeneration
Reviewed-by: kbarrett, tschatzl
brutisso [Wed, 10 Dec 2014 11:30:46 +0100] rev 28031
8066780: Split CardGeneration out to its own file
Reviewed-by: kbarrett, tschatzl
tschatzl [Tue, 09 Dec 2014 12:47:19 +0100] rev 28030
8066102: Clean up HeapRegionRemSet files
Summary: Remove dead code, tighten public interfaces and improve documentation in the HeapRegionRemSet implementation.
Reviewed-by: mgerdin, kbarrett
jwilhelm [Mon, 08 Dec 2014 18:52:03 +0100] rev 28029
Merge
stefank [Mon, 08 Dec 2014 15:17:39 +0000] rev 28028
Merge
stefank [Fri, 05 Dec 2014 21:16:45 +0100] rev 28027
8065634: Crash in InstanceKlass::clean_method_data when _method is NULL
Reviewed-by: coleenp, hseigel, poonam
ehelin [Tue, 02 Dec 2014 09:53:30 +0100] rev 28026
8059066: CardTableModRefBS might commit the same page twice
Reviewed-by: tschatzl, kbarrett, jmasa
brutisso [Thu, 04 Dec 2014 09:43:12 +0000] rev 28025
Merge
sfriberg [Wed, 03 Dec 2014 09:27:24 -0800] rev 28024
8066441: Add PLAB trace event
Reviewed-by: tschatzl, ehelin, egahlin