dcubed [Fri, 26 Apr 2013 08:40:24 -0700] rev 17079
Merge
iklam [Thu, 25 Apr 2013 12:55:49 -0700] rev 17078
8008962: NPG: Memory regression: One extra Monitor per ConstantPool
Summary: Re-use InstanceKlass::_init_lock locking ConstantPool as well.
Reviewed-by: dholmes, coleenp, acorn
sspitsyn [Thu, 25 Apr 2013 03:58:53 -0700] rev 17077
8007037: JSR 292: the VM_RedefineClasses::append_entry() should do cross-checks with indy operands
Summary: References from operands to CP entries and back must be correct after CP merge
Reviewed-by: coleenp, twisti
Contributed-by: serguei.spitsyn@oracle.com
coleenp [Wed, 24 Apr 2013 15:57:17 -0700] rev 17076
Merge
coleenp [Wed, 24 Apr 2013 16:19:35 -0400] rev 17075
8011803: release_C_heap_structures is never called for anonymous classes.
Summary: Call this function from the ClassLoaderData destructor instead of the system dictionary walk.
Reviewed-by: stefank, mgerdin
zgu [Wed, 24 Apr 2013 14:55:04 -0400] rev 17074
8011218: Kitchensink hanged, likely NMT is to blame
Summary: Made NMT query safepoint aware.
Reviewed-by: dholmes, coleenp
hseigel [Wed, 24 Apr 2013 09:00:04 -0400] rev 17073
8012695: Assertion message displays %u and %s text instead of actual values
Summary: USe err_msg() to create a proper assertion message.
Reviewed-by: twisti, coleenp, iklam