ehelin [Wed, 20 Feb 2013 16:41:23 +0100] rev 15809
8008536: Add HotSpot support for printing class loader statistics for JMap
Reviewed-by: sla, brutisso
poonam [Tue, 26 Feb 2013 08:58:20 -0800] rev 15808
Merge
poonam [Sat, 23 Feb 2013 17:40:33 -0800] rev 15807
Merge
poonam [Thu, 21 Feb 2013 23:58:05 -0800] rev 15806
8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED
Reviewed-by: brutisso, johnc
Contributed-by: vladimir.kempik@oracle.com
brutisso [Tue, 26 Feb 2013 11:52:06 +0100] rev 15805
Merge
johnc [Fri, 22 Feb 2013 11:01:01 -0800] rev 15804
8007221: G1: concurrent phase durations do not state the time units ("secs")
Summary: Add timer units to concurrent marking phases where the units were missing.
Reviewed-by: jmasa, ysr
jwilhelm [Thu, 21 Feb 2013 11:16:50 +0100] rev 15803
8008314: Unimplemented() Atomic::load breaks the applications
Summary: jlong atomics isn't fully implemented om all 32-bit platforms so we try to avoid it. In this case the atomic add wasn't needed.
Reviewed-by: dholmes, dlong
sspitsyn [Wed, 27 Feb 2013 12:20:34 -0800] rev 15802
Merge
rbackman [Tue, 26 Feb 2013 14:09:52 +0100] rev 15801
8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
Reviewed-by: kvn, sla
sspitsyn [Fri, 22 Feb 2013 10:16:51 -0800] rev 15800
Merge
coleenp [Fri, 22 Feb 2013 08:36:42 -0500] rev 15799
8000797: NPG: is_pseudo_string_at() doesn't work
Summary: Zero Symbol* for constant pool strings to indicate pseudo_strings (objects that aren't strings). Clean up JVM_CONSTANT_Object and unused flags.
Reviewed-by: sspitsyn, jrose
sla [Fri, 22 Feb 2013 10:03:02 +0100] rev 15798
7165259: Remove BugSpot
Reviewed-by: coleenp, mgronlun
zgu [Thu, 21 Feb 2013 07:50:48 -0500] rev 15797
8008071: Crashed in promote_malloc_records() with Kitchensink after 19 days
Summary: Added NULL pointer check for arena size record
Reviewed-by: sspitsyn, dholmes
dcubed [Wed, 20 Feb 2013 19:36:25 -0800] rev 15796
6799919: Recursive calls to report_vm_out_of_memory are handled incorrectly
Summary: report_vm_out_of_memory() should allow VMError.report_and_die() to handle multiple out of native memory errors.
Reviewed-by: dcubed, dholmes, coleenp, acorn
Contributed-by: ron.durbin@oracle.com
hseigel [Wed, 20 Feb 2013 07:42:01 -0500] rev 15795
Merge
hseigel [Wed, 20 Feb 2013 07:16:23 -0500] rev 15794
8004495: [parfait] False positive Buffer overflow in hotspot/src/os/linux/vm/os_linux.cpp
Summary: Delete the questionable source code because it is for no-longer supported versions of Linux.
Reviewed-by: mikael, coleenp