david [Thu, 22 Oct 2015 08:53:13 +0200] rev 33587
8139952: Remove UseCMSAdaptiveFreeLists, UseAsyncConcMarkSweepGC, CMSDictionaryChoice, CMSOverflowEarlyRestoration and CMSTestInFreeList
Reviewed-by: jwilhelm, ecaspole
bobv [Wed, 21 Oct 2015 17:16:02 -0400] rev 33586
Merge
bobv [Wed, 21 Oct 2015 16:38:48 -0400] rev 33585
Merge
bobv [Mon, 19 Oct 2015 15:48:13 -0400] rev 33584
Merge
bobv [Mon, 19 Oct 2015 13:21:37 -0400] rev 33583
8136556: Add the ability to perform static builds of MacOSX x64 binaries
Reviewed-by: ihse, bdelsart, gadams, lfoltan, rriggs, hseigel, twisti
ctornqvi [Wed, 21 Oct 2015 19:10:21 +0000] rev 33582
Merge
ctornqvi [Wed, 21 Oct 2015 09:47:23 -0700] rev 33581
8140243: [TESTBUG] Exclude compiler/jvmci/compilerToVM/GetConstantPoolTest.java
Reviewed-by: gtriantafill, kvn
jwilhelm [Mon, 19 Oct 2015 15:03:58 +0200] rev 33580
8139772: Cleanups in Generation related code
Reviewed-by: tbenson, mgerdin
ecaspole [Wed, 21 Oct 2015 13:46:25 +0000] rev 33579
Merge
ecaspole [Tue, 20 Oct 2015 22:35:46 +0000] rev 33578
Merge
ecaspole [Tue, 20 Oct 2015 14:01:49 -0400] rev 33577
8060017: G1: Report heap sizing time
Summary: Report heap expansion time done on VM thread after collection. Previously this was included in "Other" time.
Reviewed-by: mgerdin, tschatzl
stefank [Tue, 13 Oct 2015 10:06:46 +0200] rev 33576
8058563: InstanceKlass::_dependencies list isn't cleared from empty nmethodBucket entries
Reviewed-by: mgerdin, vlivanov
lana [Thu, 12 Nov 2015 10:39:00 -0800] rev 33575
Added tag jdk9-b92 for changeset bb921f8f8007
lana [Thu, 12 Nov 2015 18:27:17 -0800] rev 33574
Merge
chegar [Wed, 11 Nov 2015 11:27:54 +0000] rev 33573
8140606: Update library code to use internal Unsafe
Reviewed-by: alanb, mchung, psandoz, weijun
ihse [Tue, 10 Nov 2015 11:41:21 +0100] rev 33572
8141696: Improve COMPARE_BUILD
Reviewed-by: tbell, erikj
amurillo [Fri, 06 Nov 2015 11:11:51 -0800] rev 33571
Merge
neliasso [Fri, 06 Nov 2015 11:34:02 +0100] rev 33570
Merge
twisti [Wed, 04 Nov 2015 07:01:03 -1000] rev 33569
8139170: JVMCI refresh
Reviewed-by: kvn
jwilhelm [Thu, 05 Nov 2015 19:31:19 +0100] rev 33568
Merge
jwilhelm [Fri, 30 Oct 2015 00:02:33 +0100] rev 33567
Merge
ehelin [Thu, 22 Oct 2015 15:28:49 +0200] rev 33566
8139271: Add top-level Makefile target to run hotspots jtreg tests
Reviewed-by: ihse, erikj
ehelin [Wed, 21 Oct 2015 13:39:10 +0200] rev 33565
8139256: Add Makefile target to run internal VM tests
Reviewed-by: erikj, ihse
bobv [Wed, 21 Oct 2015 16:38:17 -0400] rev 33564
Merge
bobv [Mon, 19 Oct 2015 15:47:57 -0400] rev 33563
Merge
bobv [Mon, 19 Oct 2015 13:21:27 -0400] rev 33562
8136556: Add the ability to perform static builds of MacOSX x64 binaries
Reviewed-by: ihse, bdelsart, gadams, lfoltan, rriggs, hseigel, twisti
lana [Thu, 12 Nov 2015 10:38:57 -0800] rev 33561
Added tag jdk9-b92 for changeset 9131d6736fd0
duke [Wed, 05 Jul 2017 20:59:29 +0200] rev 33560
Added tag jdk9-b92 for changeset f242d4332f56
duke [Wed, 05 Jul 2017 20:59:28 +0200] rev 33559
Merge
duke [Wed, 05 Jul 2017 20:59:23 +0200] rev 33558
Merge
lana [Thu, 05 Nov 2015 13:42:20 -0800] rev 33557
Merge
mcimadamore [Thu, 05 Nov 2015 11:32:01 +0000] rev 33556
8141343: Subtle semantics changes for union types in cast conversion
Summary: cast applied to union types do not behave correctly and sometimes pass erroneously
Reviewed-by: jlahoda