mgerdin [Wed, 14 Oct 2015 14:50:43 +0200] rev 33213
8138762: Refactor setup of evacuation closures in G1
Summary: Introduce policy class containing the root scan closures.
Reviewed-by: ehelin, stefank
david [Wed, 14 Oct 2015 09:33:45 +0200] rev 33212
8139434: Unify GenRemSet and CardTableRS
Reviewed-by: jwilhelm, mgerdin
minqi [Thu, 15 Oct 2015 00:42:15 +0000] rev 33211
Merge
minqi [Wed, 14 Oct 2015 20:59:59 +0000] rev 33210
Merge
minqi [Wed, 14 Oct 2015 08:12:33 -0700] rev 33209
8135284: Remove Method::_method_size field
Summary: Remove Method::_method_size to improve memory footprint after JDK-8135085,which increased 4 bytes for 32 platform. Also removed related unused code in SA.
Reviewed-by: coleenp, hseigel
poonam [Wed, 14 Oct 2015 15:36:41 -0700] rev 33208
8136577: Make AbortVMOnException available in product builds
Reviewed-by: coleenp
hseigel [Wed, 14 Oct 2015 13:30:47 -0400] rev 33207
8139069: JVM should throw ClassFormatError for <init> methods in interfaces
Summary: If method being parsed is in an interface, throw ClassFormatError if its name is "<init>"
Reviewed-by: acorn, lfoltan
david [Tue, 13 Oct 2015 17:34:28 +0200] rev 33206
Merge