erikj [Thu, 20 Dec 2012 13:05:21 +0100] rev 14855
8005178: build-infra: Dependency on libfdlibm on mac is broken
Reviewed-by: tbell, ohair
amurillo [Fri, 21 Dec 2012 10:27:22 -0800] rev 14854
Merge
dl [Thu, 20 Dec 2012 12:24:52 -0800] rev 14853
8004330: Add missing Unsafe entry points for addAndGet() family
Summary: Add Unsafe addAndGet() methods which have intrinsics in Hotspot (7023898)
Reviewed-by: alanb, kvn
twisti [Thu, 20 Dec 2012 11:16:14 -0800] rev 14852
8005345: JSR 292: JDK performance tweaks
Reviewed-by: kvn, jrose
kvn [Tue, 18 Dec 2012 17:47:50 -0800] rev 14851
8004318: JEP-171: Support Unsafe fences intrinsics
Summary: Add three memory-ordering intrinsics to the sun.misc.Unsafe class.
Reviewed-by: twisti, kvn
Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
katleman [Thu, 20 Dec 2012 09:18:20 -0800] rev 14850
Added tag jdk8-b69 for changeset 5dfed9cbd6cf
duke [Wed, 05 Jul 2017 18:33:29 +0200] rev 14849
Merge
katleman [Wed, 26 Dec 2012 14:23:50 -0800] rev 14848
Merge
katleman [Thu, 20 Dec 2012 16:24:51 -0800] rev 14847
8004982: JDK8 source with GPL header errors
Reviewed-by: ohair
amurillo [Fri, 21 Dec 2012 10:17:16 -0800] rev 14846
Added tag hs25-b14 for changeset 2fb5c8602c9f
amurillo [Fri, 21 Dec 2012 10:17:15 -0800] rev 14845
Merge
jwilhelm [Fri, 21 Dec 2012 16:33:22 +0100] rev 14844
Merge
brutisso [Thu, 20 Dec 2012 05:31:40 +0100] rev 14843
8004691: Add a jtreg test that exercises the ExecuteInternalVMTests flag
Reviewed-by: stefank, brutisso, kvn, ctornqvi
Contributed-by: erik.helin@oracle.com
stefank [Tue, 18 Dec 2012 10:40:51 +0100] rev 14842
8005108: NPG: MetaspaceAux::used_in_bytes(), capacity_in_bytes() and reserved_in_bytes() return inconsistent numbers
Summary: Reverted the changes to these functions from JDK-8000662
Reviewed-by: brutisso, jmasa
brutisso [Mon, 17 Dec 2012 15:25:26 +0100] rev 14841
8004845: Catch incorrect usage of new and delete during compile time for value objects and stack objects
Summary: Makes the "new" and "delete" operator of _ValueObj and StackObj private
Reviewed-by: dholmes, coleenp
Contributed-by: erik.helin@oracle.com