Fri, 06 Feb 2015 09:57:28 +0100 8071329: Stop exporting INCLUDE and LIB when building on windows
erikj [Fri, 06 Feb 2015 09:57:28 +0100] rev 28846
8071329: Stop exporting INCLUDE and LIB when building on windows Reviewed-by: ihse
Fri, 06 Feb 2015 11:38:29 +0800 8072615: test/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java wrong on Windows
weijun [Fri, 06 Feb 2015 11:38:29 +0800] rev 28845
8072615: test/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java wrong on Windows Reviewed-by: xuelei
Thu, 12 Feb 2015 16:23:25 -0800 Added tag jdk9-b50 for changeset d0f9f129c1f4
katleman [Thu, 12 Feb 2015 16:23:25 -0800] rev 28844
Added tag jdk9-b50 for changeset d0f9f129c1f4
Wed, 05 Jul 2017 20:19:04 +0200 Merge
duke [Wed, 05 Jul 2017 20:19:04 +0200] rev 28843
Merge
Thu, 12 Feb 2015 16:39:35 -0800 Merge
lana [Thu, 12 Feb 2015 16:39:35 -0800] rev 28842
Merge
Tue, 10 Feb 2015 10:09:31 -0800 Merge
amurillo [Tue, 10 Feb 2015 10:09:31 -0800] rev 28841
Merge
Thu, 05 Feb 2015 14:57:52 -0800 Merge
amurillo [Thu, 05 Feb 2015 14:57:52 -0800] rev 28840
Merge
Thu, 05 Feb 2015 12:23:29 +0100 Merge
jwilhelm [Thu, 05 Feb 2015 12:23:29 +0100] rev 28839
Merge
Wed, 04 Feb 2015 13:14:27 -0500 8067460: G1: TestResourceManagementFlagWithCommercialBuild.java failed on embedded platform
aharlap [Wed, 04 Feb 2015 13:14:27 -0500] rev 28838
8067460: G1: TestResourceManagementFlagWithCommercialBuild.java failed on embedded platform Summary: Added extension point to detect unsupported options Reviewed-by: dholmes, bdelsart
Wed, 04 Feb 2015 10:18:28 -0500 8071805: BarrierSet::Other is not used and should be removed.
jprovino [Wed, 04 Feb 2015 10:18:28 -0500] rev 28837
8071805: BarrierSet::Other is not used and should be removed. Summary: Remove all occurences of BarrierSet::Other because the barrier set kind is never set to Other. Reviewed-by: tschatzl, kbarrett
Wed, 04 Feb 2015 22:21:08 +0900 8068589: GCCause should distinguish jcmd GC.run from System.gc()
ysuenaga [Wed, 04 Feb 2015 22:21:08 +0900] rev 28836
8068589: GCCause should distinguish jcmd GC.run from System.gc() Summary: GCCause which is caused by GC.run diagnostic command should be different from System.gc() . Reviewed-by: sla, tamao
Tue, 03 Feb 2015 15:50:06 +0100 8069034: gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java nightly failure
sjohanss [Tue, 03 Feb 2015 15:50:06 +0100] rev 28835
8069034: gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java nightly failure Summary: When checking for humongous objects to reclaim, we dirty cards that might belong to freed regions. Fixed by checking the region before dirtying. Reviewed-by: tschatzl, brutisso
Mon, 02 Feb 2015 13:57:38 +0100 Merge
jwilhelm [Mon, 02 Feb 2015 13:57:38 +0100] rev 28834
Merge
Mon, 02 Feb 2015 10:38:39 +0100 8069760: When iterating over a card, G1 often iterates over much more references than are contained in the card
tschatzl [Mon, 02 Feb 2015 10:38:39 +0100] rev 28833
8069760: When iterating over a card, G1 often iterates over much more references than are contained in the card Summary: Properly bound the iteration work for objArray-oops. Reviewed-by: mgerdin, kbarrett
Thu, 29 Jan 2015 00:08:38 -0500 8068942: Improve validation of -XX:G1ConfidencePercent value
kbarrett [Thu, 29 Jan 2015 00:08:38 -0500] rev 28832
8068942: Improve validation of -XX:G1ConfidencePercent value Summary: Validate during argument processing and simplify usage by assuming validated. Reviewed-by: jmasa, tschatzl
Thu, 29 Jan 2015 15:05:25 +0100 8069273: Decrease Hot Card Cache Lock contention
redestad [Thu, 29 Jan 2015 15:05:25 +0100] rev 28831
8069273: Decrease Hot Card Cache Lock contention Reviewed-by: tschatzl, mgerdin
Tue, 27 Jan 2015 13:50:31 -0500 8064947: Clean up BarrierSet ctor/dtor
jprovino [Tue, 27 Jan 2015 13:50:31 -0500] rev 28830
8064947: Clean up BarrierSet ctor/dtor Summary: Make abstract base call contructors protected and require a "kind" argument. Reviewed-by: jmasa, jwilhelm
Wed, 04 Feb 2015 18:22:46 -0800 Merge
ctornqvi [Wed, 04 Feb 2015 18:22:46 -0800] rev 28829
Merge
Tue, 03 Feb 2015 12:49:33 +0100 8072405: [TESTBUG] DCMD tests needs at least compact3 profile
miauno [Tue, 03 Feb 2015 12:49:33 +0100] rev 28828
8072405: [TESTBUG] DCMD tests needs at least compact3 profile Reviewed-by: jbachorik, sla
Tue, 03 Feb 2015 12:49:13 +0100 8072403: [TESTBUG] HeapDumpTest and HeapDumpAllTest fails to find jhat in non-JDK runs
miauno [Tue, 03 Feb 2015 12:49:13 +0100] rev 28827
8072403: [TESTBUG] HeapDumpTest and HeapDumpAllTest fails to find jhat in non-JDK runs Reviewed-by: jbachorik, sla
Tue, 03 Feb 2015 12:26:40 +0100 8072401: [TESTBUG] Some of the newly added DCMD tests fail due to lack of -XX:+UsePerfData
miauno [Tue, 03 Feb 2015 12:26:40 +0100] rev 28826
8072401: [TESTBUG] Some of the newly added DCMD tests fail due to lack of -XX:+UsePerfData Reviewed-by: jbachorik, sla
Mon, 02 Feb 2015 21:19:39 +0000 Merge
fparain [Mon, 02 Feb 2015 21:19:39 +0000] rev 28825
Merge
Mon, 02 Feb 2015 18:20:14 +0100 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain [Mon, 02 Feb 2015 18:20:14 +0100] rev 28824
8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames Reviewed-by: dcubed, coleenp, bdelsart
Mon, 02 Feb 2015 13:10:27 -0500 Merge
jiangli [Mon, 02 Feb 2015 13:10:27 -0500] rev 28823
Merge
Fri, 30 Jan 2015 20:31:05 -0500 8071962: The SA code needs to be updated to support Symbol lookup from the shared archive.
jiangli [Fri, 30 Jan 2015 20:31:05 -0500] rev 28822
8071962: The SA code needs to be updated to support Symbol lookup from the shared archive. Summary: Support shared symbols lookup. Reviewed-by: minqi, sspitsyn, dsamersoff, iklam
Fri, 30 Jan 2015 20:00:57 +0100 8071908: Port internal Diagnostic Command tests and test framework to jtreg
miauno [Fri, 30 Jan 2015 20:00:57 +0100] rev 28821
8071908: Port internal Diagnostic Command tests and test framework to jtreg Reviewed-by: jbachorik, egahlin, ykantser, mtobiass
Fri, 30 Jan 2015 20:20:11 +0100 8071909: Port testlibrary improvments in jdk/test to hotspot/test as required for DCMD test port
miauno [Fri, 30 Jan 2015 20:20:11 +0100] rev 28820
8071909: Port testlibrary improvments in jdk/test to hotspot/test as required for DCMD test port Reviewed-by: jbachorik, egahlin, ykantser, mtobiass
Fri, 30 Jan 2015 09:32:23 +0100 8071784: serviceability/attach/AttachWithStalePidFile.java should be quarantined
ykantser [Fri, 30 Jan 2015 09:32:23 +0100] rev 28819
8071784: serviceability/attach/AttachWithStalePidFile.java should be quarantined Reviewed-by: sla, jbachorik
Thu, 29 Jan 2015 14:50:43 -0800 8071584: [TESTBUG] runtime/Unsafe/AllocateMemory.java crashed on OOM during compilation.
ctornqvi [Thu, 29 Jan 2015 14:50:43 -0800] rev 28818
8071584: [TESTBUG] runtime/Unsafe/AllocateMemory.java crashed on OOM during compilation. Reviewed-by: dholmes, gtriantafill, jprovino
Thu, 29 Jan 2015 14:37:14 -0500 8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
coleenp [Thu, 29 Jan 2015 14:37:14 -0500] rev 28817
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..) Summary: Use resource allocated hashtable for local variable table checking Reviewed-by: kamg, sspitsyn
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip