Fri, 24 Jun 2016 19:52:31 +0400 8160088: update hotspot tests depending on GC to use @requires vm.gc.X
dfazunen [Fri, 24 Jun 2016 19:52:31 +0400] rev 39414
8160088: update hotspot tests depending on GC to use @requires vm.gc.X Reviewed-by: iignatyev, mchernov, dholmes
Fri, 24 Jun 2016 12:08:32 +0300 8160102: Typo in message for NULL memory size arguments in diagnosticArgument.cpp
ddmitriev [Fri, 24 Jun 2016 12:08:32 +0300] rev 39413
8160102: Typo in message for NULL memory size arguments in diagnosticArgument.cpp Reviewed-by: dholmes, rehn
Thu, 23 Jun 2016 17:11:18 -0700 Merge
amurillo [Thu, 23 Jun 2016 17:11:18 -0700] rev 39412
Merge
Thu, 23 Jun 2016 16:46:41 -0400 8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior
kbarrett [Thu, 23 Jun 2016 16:46:41 -0400] rev 39411
8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior Summary: Replace shifts of -1 with shifts of ~0u. Reviewed-by: kbarrett, mockner Contributed-by: alexhenrie24@gmail.com
Thu, 23 Jun 2016 16:27:34 +0000 8160189: Fix for 8159335 breaks AArch64
aph [Thu, 23 Jun 2016 16:27:34 +0000] rev 39410
8160189: Fix for 8159335 breaks AArch64 Reviewed-by: kvn
Wed, 22 Jun 2016 14:03:01 +0200 8155099: Remove duplicate comments from G1Policy
ehelin [Wed, 22 Jun 2016 14:03:01 +0200] rev 39409
8155099: Remove duplicate comments from G1Policy Reviewed-by: jmasa, drwhite
Wed, 22 Jun 2016 10:49:23 +0200 Merge
tschatzl [Wed, 22 Jun 2016 10:49:23 +0200] rev 39408
Merge
Wed, 22 Jun 2016 10:34:01 +0200 8152438: Threads may do significant work out of the non-shared overflow buffer
tschatzl [Wed, 22 Jun 2016 10:34:01 +0200] rev 39407
8152438: Threads may do significant work out of the non-shared overflow buffer Summary: Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full. Reviewed-by: jmasa, ehelin, sjohanss
Tue, 21 Jun 2016 15:02:45 +0200 8159370: Add FlagGuard for easier modification of flags for unit tests
ehelin [Tue, 21 Jun 2016 15:02:45 +0200] rev 39406
8159370: Add FlagGuard for easier modification of flags for unit tests Reviewed-by: kbarrett, jwilhelm
Tue, 21 Jun 2016 19:29:39 -0400 8153743: AllocateHeap() and ReallocateHeap() should use ALWAYSINLINE macro
ysuenaga [Tue, 21 Jun 2016 19:29:39 -0400] rev 39405
8153743: AllocateHeap() and ReallocateHeap() should use ALWAYSINLINE macro Reviewed-by: dholmes, zgu
(0) -30000 -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 tip