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