Mon, 07 Mar 2016 12:49:35 +0100 Merge
tschatzl [Mon, 07 Mar 2016 12:49:35 +0100] rev 36578
Merge
Mon, 07 Mar 2016 10:56:06 +0100 8142484: Let IHOP follow the current capacity, not the maximum capacity
tschatzl [Mon, 07 Mar 2016 10:56:06 +0100] rev 36577
8142484: Let IHOP follow the current capacity, not the maximum capacity Summary: Instead of following the current heap capacity, let all IHOP calculations follow the maximum capacity. Reviewed-by: brutisso, jmasa
Tue, 01 Mar 2016 12:10:50 -0500 8078673: Update TEST.groups for recent GC tests
drwhite [Tue, 01 Mar 2016 12:10:50 -0500] rev 36576
8078673: Update TEST.groups for recent GC tests Summary: Updates the needs_g1gc list in TEST.groups and adds appropriate "@requires vm.gc" annotations to a few GC tests. Reviewed-by: tschatzl, dfazunen
Mon, 07 Mar 2016 10:01:38 +0000 Merge
sangheki [Mon, 07 Mar 2016 10:01:38 +0000] rev 36575
Merge
Mon, 07 Mar 2016 01:20:12 -0800 8145204: JVM can hang when ParGCArrayScanChunk=4294967296 and ParallelGC is used
sangheki [Mon, 07 Mar 2016 01:20:12 -0800] rev 36574
8145204: JVM can hang when ParGCArrayScanChunk=4294967296 and ParallelGC is used Summary: Changed the max value of ParGCArrayScanChunk to max_jint/3 Reviewed-by: jwilhelm, drwhite
Fri, 26 Feb 2016 10:51:01 +0100 8150026: Add the ability to log with variable log level
rehn [Fri, 26 Feb 2016 10:51:01 +0100] rev 36573
8150026: Add the ability to log with variable log level Reviewed-by: brutisso, mlarsson
Mon, 07 Mar 2016 10:36:50 +0300 8149973: Optimize object alignment check in debug builds.
ddmitriev [Mon, 07 Mar 2016 10:36:50 +0300] rev 36572
8149973: Optimize object alignment check in debug builds. Reviewed-by: coleenp, tschatzl
Sun, 06 Mar 2016 19:07:57 -0500 8150843: [windows] os::getTimesSecs() returns negative values for kernel, user times
stuefe [Sun, 06 Mar 2016 19:07:57 -0500] rev 36571
8150843: [windows] os::getTimesSecs() returns negative values for kernel, user times Reviewed-by: dholmes
Sun, 06 Mar 2016 15:50:13 -0500 8149557: Resource mark breaks printing to string stream
goetz [Sun, 06 Mar 2016 15:50:13 -0500] rev 36570
8149557: Resource mark breaks printing to string stream Reviewed-by: stuefe, dholmes
Tue, 15 Mar 2016 14:48:45 -0700 Merge
lana [Tue, 15 Mar 2016 14:48:45 -0700] rev 36569
Merge
Mon, 14 Mar 2016 14:28:53 -0700 Merge
amurillo [Mon, 14 Mar 2016 14:28:53 -0700] rev 36568
Merge
Thu, 10 Mar 2016 16:08:17 -0800 Merge
amurillo [Thu, 10 Mar 2016 16:08:17 -0800] rev 36567
Merge
Tue, 08 Mar 2016 15:10:02 -0800 8151266: HotSpotResolvedJavaFieldImpl::isStable() does not work as expected
twisti [Tue, 08 Mar 2016 15:10:02 -0800] rev 36566
8151266: HotSpotResolvedJavaFieldImpl::isStable() does not work as expected Reviewed-by: never, twisti
Sat, 05 Mar 2016 22:22:37 +0800 8151340: aarch64: prefetch the destination word for write prior to ldxr/stxr loops.
fyang [Sat, 05 Mar 2016 22:22:37 +0800] rev 36565
8151340: aarch64: prefetch the destination word for write prior to ldxr/stxr loops. Summary: aarch64: add prefetch for write prior to ldxr/stxr loops. Reviewed-by: aph Contributed-by: felix.yang@linaro.org
Sat, 20 Feb 2016 15:15:35 +0000 8150313: aarch64: optimise array copy using SIMD instructions
enevill [Sat, 20 Feb 2016 15:15:35 +0000] rev 36564
8150313: aarch64: optimise array copy using SIMD instructions Reviewed-by: aph
Sat, 20 Feb 2016 15:11:42 +0000 8150082: aarch64: optimise small array copy
enevill [Sat, 20 Feb 2016 15:11:42 +0000] rev 36563
8150082: aarch64: optimise small array copy Reviewed-by: aph
Tue, 08 Mar 2016 14:39:50 +0000 8150394: aarch64: add support for 8.1 LSE CAS instructions
enevill [Tue, 08 Mar 2016 14:39:50 +0000] rev 36562
8150394: aarch64: add support for 8.1 LSE CAS instructions Reviewed-by: aph Contributed-by: ananth.jasty@caviumnetworks.com, edward.nevill@linaro.org
Mon, 07 Mar 2016 15:03:48 -0800 8151002: Make Assembler methods vextract and vinsert match actual instructions
mikael [Mon, 07 Mar 2016 15:03:48 -0800] rev 36561
8151002: Make Assembler methods vextract and vinsert match actual instructions Reviewed-by: kvn, vlivanov, mcberg
Mon, 07 Mar 2016 10:03:06 -0300 8150353: PPC64LE: Support RTM on linux
kvn [Mon, 07 Mar 2016 10:03:06 -0300] rev 36560
8150353: PPC64LE: Support RTM on linux Reviewed-by: mdoerr, kvn Contributed-by: gromero@linux.vnet.ibm.com
Mon, 07 Mar 2016 09:34:29 +0100 Merge
zmajo [Mon, 07 Mar 2016 09:34:29 +0100] rev 36559
Merge
Fri, 04 Mar 2016 13:16:50 +0000 Merge
thartmann [Fri, 04 Mar 2016 13:16:50 +0000] rev 36558
Merge
Fri, 04 Mar 2016 01:18:08 -0800 8140721: ProfilerNumberOf*Methods flags should be diagnostic.
rraghavan [Fri, 04 Mar 2016 01:18:08 -0800] rev 36557
8140721: ProfilerNumberOf*Methods flags should be diagnostic. Summary: Converted four ProfilerNumberOf*Methods flags from develop to diagnostic. Reviewed-by: twisti
Fri, 04 Mar 2016 08:53:59 +0100 8150839: Adjust the number of compiler threads for 32-bit platforms
zmajo [Fri, 04 Mar 2016 08:53:59 +0100] rev 36556
8150839: Adjust the number of compiler threads for 32-bit platforms Summary: Set the number of compiler threads to 3 on 32-bit platforms. Reviewed-by: iveresov
Thu, 03 Mar 2016 22:02:13 -0800 8150767: Enables SHA Extensions on x86
vdeshpande [Thu, 03 Mar 2016 22:02:13 -0800] rev 36555
8150767: Enables SHA Extensions on x86 Summary: Add x86 intrinsics for SHA-1 and SHA-256. Reviewed-by: kvn, twisti Contributed-by: vivek.r.deshpande@intel.com, shravya.rukmannagari@intel.com
Fri, 04 Mar 2016 01:30:11 +0300 8146801: Allocating short arrays of non-constant size is slow
shade [Fri, 04 Mar 2016 01:30:11 +0300] rev 36554
8146801: Allocating short arrays of non-constant size is slow Reviewed-by: kvn, twisti, vlivanov
Thu, 03 Mar 2016 23:57:29 +0300 8150465: Unsafe methods to produce uninitialized arrays
shade [Thu, 03 Mar 2016 23:57:29 +0300] rev 36553
8150465: Unsafe methods to produce uninitialized arrays Reviewed-by: jrose, kvn, psandoz, aph, twisti, flar
Thu, 03 Mar 2016 22:17:38 +0300 8150669: C1 intrinsic for Class.isPrimitive
shade [Thu, 03 Mar 2016 22:17:38 +0300] rev 36552
8150669: C1 intrinsic for Class.isPrimitive Reviewed-by: twisti, vlivanov, redestad
Thu, 03 Mar 2016 09:33:30 -0800 8149159: Clean up Unsafe
mikael [Thu, 03 Mar 2016 09:33:30 -0800] rev 36551
8149159: Clean up Unsafe Reviewed-by: jrose, kvn, stsmirno, chegar, aph, psandoz, redestad, twisti
Thu, 03 Mar 2016 16:54:06 +0100 Merge
ppunegov [Thu, 03 Mar 2016 16:54:06 +0100] rev 36550
Merge
Tue, 01 Mar 2016 20:17:27 +0300 8148563: compiler/compilercontrol/jcmd/StressAddMultiThreadedTest.java timesout
ppunegov [Tue, 01 Mar 2016 20:17:27 +0300] rev 36549
8148563: compiler/compilercontrol/jcmd/StressAddMultiThreadedTest.java timesout Summary: decrease amount of directives and threads Reviewed-by: neliasso
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip