hseigel [Mon, 29 Apr 2013 16:13:57 -0400] rev 17081
8011773: Some tests on Interned String crashed JVM with OOM
Summary: Instead of terminating the VM, throw OutOfMemoryError exceptions.
Reviewed-by: coleenp, dholmes
emc [Fri, 26 Apr 2013 07:34:02 -0400] rev 17080
8007154: Remove support for u4 MethodParameter flags fields
Summary: Remove support for parsing class files with four-byte flags fields in MethodParameters attributes
Reviewed-by: jrose, coleenp
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
amurillo [Fri, 26 Apr 2013 00:40:22 -0700] rev 17072
8013227: new hotspot build - hs25-b31
Reviewed-by: jcoomes
katleman [Thu, 02 May 2013 13:35:00 -0700] rev 17071
Added tag jdk8-b88 for changeset e6d52b5fe8d1
lana [Mon, 06 May 2013 11:41:35 -0700] rev 17070
Merge
lana [Tue, 30 Apr 2013 17:41:10 -0700] rev 17069
Merge
mduigou [Mon, 29 Apr 2013 14:21:14 -0700] rev 17068
Merge
mduigou [Mon, 29 Apr 2013 14:20:02 -0700] rev 17067
8008632: Additional JavaDoc tags @apiNote, @implSpec and @implNote
Reviewed-by: briangoetz, alanb, rriggs
aharlap [Fri, 26 Apr 2013 15:54:12 -0400] rev 17066
8011152: Precision problems on sflt builds
Summary: Need to add global flag to the linker
Reviewed-by: tbell, dholmes