anoll [Thu, 19 Dec 2013 14:08:02 +0100] rev 22210
8025277: Add -XX: flag to print code cache sweeper statistics
Summary: New diagnostic flag prints statistics about the code cache sweeper
Reviewed-by: kvn
Contributed-by: tobi.hartmann@gmail.com
anoll [Thu, 19 Dec 2013 06:09:16 +0100] rev 22209
8026478: -XX:+VerifyAdapterSharing is broken
Summary: Fix by considering all checks in StubRoutines
Reviewed-by: kvn, twisti
anoll [Tue, 17 Dec 2013 08:31:06 +0100] rev 22208
8029091: Bug in calculation of code cache sweeping interval
Summary: Use signed data type so that no underflow can happen
Reviewed-by: kvn, roland
ehelin [Thu, 09 Jan 2014 16:53:51 +0100] rev 22207
Merge
ehelin [Tue, 07 Jan 2014 16:15:35 +0100] rev 22206
Merge
tschatzl [Tue, 07 Jan 2014 13:31:33 +0100] rev 22205
8027364: PSScavenge accounts too large code section to StringTable unlink
Summary: Correct timing measurement by modifying the scope of the GCTraceTime instance.
Reviewed-by: ysr, tamao
Contributed-by: Jeremy Manson <jeremymanson@google.com>