ctornqvi [Fri, 01 Jul 2016 13:39:36 +0200] rev 39624
Merge
ctornqvi [Fri, 01 Jul 2016 07:21:33 -0400] rev 39623
8160484: Implement Hotspot Runtime tier 2
Reviewed-by: dholmes, gtriantafill
erikj [Fri, 01 Jul 2016 11:55:25 +0200] rev 39622
8158629: bash >(...) construct still causes race conditions
Reviewed-by: tbell
mlarsson [Wed, 29 Jun 2016 16:11:50 +0200] rev 39621
8159695: Arguments::atojulong() fails to detect overflows
Reviewed-by: dholmes, dsamersoff
coleenp [Thu, 30 Jun 2016 00:19:48 +0000] rev 39620
Merge
coleenp [Wed, 29 Jun 2016 20:16:05 -0400] rev 39619
8160551: assert(c == Bytecodes::_putfield) failed: must be putfield
Summary: Illegal bytecodes which are detected later hit this assert first.
Reviewed-by: jrose
kzhaldyb [Wed, 29 Jun 2016 18:40:28 +0300] rev 39618
8132711: Add tests which check that Humongous objects behave as expected after Mixed GC
Reviewed-by: tschatzl, dfazunen
kzhaldyb [Wed, 29 Jun 2016 17:01:55 +0300] rev 39617
8132715: Add tests which check that no allocations allowed in any of humongous regions
Reviewed-by: dfazunen, tschatzl
lfoltan [Tue, 28 Jun 2016 10:11:01 -0400] rev 39616
8159262: Walking PackageEntry Export and ModuleEntry Reads Must Occur Only When Neccessary And Wait Until ClassLoader's Aliveness Determined
Summary: Fixed an issue in class unloading to delay walk until class loader's aliveness is determined of modularity lists to remove dead modules
Reviewed-by: coleenp, dholmes, sspitsyn, zgu
pliden [Tue, 28 Jun 2016 10:37:52 +0200] rev 39615
8159890: SIGSEGV with UseStringDeduplication and UseSharedSpaces/RequireSharedSpaces
Reviewed-by: stefank, drwhite, tschatzl, jiangli, iklam
Contributed-by: per.liden@oracle.com, ioi.lam@oracle.com