zgu [Tue, 30 Apr 2013 09:17:06 -0400] rev 17086
8013214: BigApps fails due to 'fatal error: Illegal threadstate encountered: 6'
Summary: Grab and drop SR_lock to get the thread to honor the safepoint protocol
Reviewed-by: dcubed, coleenp
sla [Tue, 30 Apr 2013 02:28:42 -0700] rev 17085
Merge
sla [Tue, 30 Apr 2013 10:53:58 +0200] rev 17084
8013466: SA crashes when attaching to a process on OS X
Reviewed-by: coleenp, rbackman, minqi
mikael [Mon, 29 Apr 2013 11:03:49 -0700] rev 17083
8012015: Use PROT_NONE when reserving memory
Summary: Reserved memory had PROT_READ+PROT_WRITE access on Linux/bsd, now changed to PROT_NONE.
Reviewed-by: dholmes, ctornqvi
hseigel [Mon, 29 Apr 2013 16:36:17 -0400] rev 17082
Merge
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