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
david [Tue, 13 Oct 2015 14:07:05 +0200] rev 33205
8139506: Remove the WaterMark class
Reviewed-by: stefank, mgerdin
tschatzl [Tue, 13 Oct 2015 14:49:13 +0200] rev 33204
8069330: Adjustment of concurrent refinement thresholds does not take hot card cache into account
Summary: Measure HCC processing time separately and remove that time from the calculation of the refinement thresholds. HCC processing time is still taken into account for general pause time predictions.
Reviewed-by: tbenson, jmasa
david [Tue, 13 Oct 2015 08:37:44 +0200] rev 33203
8139427: Break out YoungList to own class.
Reviewed-by: mgerdin, jwilhelm
lana [Thu, 22 Oct 2015 11:13:08 -0700] rev 33202
Merge
lana [Wed, 21 Oct 2015 18:39:29 -0700] rev 33201
Merge
twisti [Wed, 21 Oct 2015 11:41:07 -0700] rev 33200
8139935: Bootcycle builds are broken on jdk9/hs due to JVMCI changes
Reviewed-by: erikj