hseigel [Sat, 02 Aug 2014 16:28:59 -0400] rev 25899
8051012: Regression in verifier for <init> method call from inside of a branch
Summary: Fix stackmap matching for branches.
Reviewed-by: coleenp, lfoltan, acorn
sspitsyn [Fri, 01 Aug 2014 19:03:26 -0700] rev 25898
Merge
sspitsyn [Fri, 01 Aug 2014 16:33:46 -0700] rev 25897
7187999: dtrace jstack action is broken
Summary: Separate jhelper.d and hotspot provider (other USDT probes)
Reviewed-by: dholmes, dsamersoff
Contributed-by: serguei.spitsyn@oracle.com
ctornqvi [Thu, 31 Jul 2014 11:56:59 -0700] rev 25896
8053956: [TESTBUG] Remove @ignore tag from fixed runtime issues
Summary: Removed ignore tags from already fixed tests
Reviewed-by: gtriantafill, dcubed
coleenp [Thu, 31 Jul 2014 00:50:55 +0000] rev 25895
8051398: jvmti tests fieldacc002, fieldmod002 fail in nightly with errors: (watch#0) wrong location
Summary: Didn't handle NULL bcp for native methods
Reviewed-by: dcubed, sspitsyn
jmasa [Thu, 31 Jul 2014 16:39:57 -0700] rev 25894
Merge
mdoerr [Tue, 29 Jul 2014 10:26:09 +0200] rev 25893
8050973: CMS/G1 GC: add missing Resource and Handle mark
Summary: Add Resource/HandleMark in the work() method of some AbstractGangTask to reclaim these resources earlier.
Reviewed-by: tschatzl, goetz