Tue, 28 Apr 2015 12:02:50 -0700 8073204: Determining the desired PLAB size adjusts to the the number of threads at the wrong place
sangheki [Tue, 28 Apr 2015 12:02:50 -0700] rev 30571
8073204: Determining the desired PLAB size adjusts to the the number of threads at the wrong place Summary: Calculate the desired PLAB value for a single thread and then return desired PLAB size according to the current number of threads when needed Reviewed-by: ysr, jwilhelm, tschatzl
Tue, 28 Apr 2015 20:02:31 +0200 Merge
sla [Tue, 28 Apr 2015 20:02:31 +0200] rev 30570
Merge
Tue, 28 Apr 2015 07:59:18 +0200 8074016: Add convenient way of adding custom test targets to hotspot's test makefile
iaberg [Tue, 28 Apr 2015 07:59:18 +0200] rev 30569
8074016: Add convenient way of adding custom test targets to hotspot's test makefile Summary: Moved the line including the custom testlist to after variables are defined, allowing custom rules to use them Reviewed-by: erikj, sla
Tue, 28 Apr 2015 12:17:56 +0000 Merge
stefank [Tue, 28 Apr 2015 12:17:56 +0000] rev 30568
Merge
Mon, 27 Apr 2015 09:51:13 +0200 8078601: print_concurrent_locks should be guarded with INCLUDE_SERVICES
stefank [Mon, 27 Apr 2015 09:51:13 +0200] rev 30567
8078601: print_concurrent_locks should be guarded with INCLUDE_SERVICES Reviewed-by: mgronlun, sla, dholmes
Mon, 27 Apr 2015 09:51:06 +0200 8076177: Remove usage of stack.inline.hpp functions from taskqueue.hpp
stefank [Mon, 27 Apr 2015 09:51:06 +0200] rev 30566
8076177: Remove usage of stack.inline.hpp functions from taskqueue.hpp Reviewed-by: brutisso, goetz
Mon, 27 Apr 2015 10:04:26 +0200 8073632: Make auxiliary data structures know their own translation factor
tschatzl [Mon, 27 Apr 2015 10:04:26 +0200] rev 30565
8073632: Make auxiliary data structures know their own translation factor Summary: Auxiliary data structures should have knowledge of their own requirements for virtual memory reservations instead of getting these values directly from various places. Reviewed-by: stefank, kbarrett
Wed, 22 Apr 2015 17:05:00 +0200 8071462: Remove G1ParGCAllocator::alloc_buffer_waste
tschatzl [Wed, 22 Apr 2015 17:05:00 +0200] rev 30564
8071462: Remove G1ParGCAllocator::alloc_buffer_waste Summary: Removed G1ParGCAllocator::alloc_buffer_waste, added method to obtain waste Reviewed-by: tschatzl, sjohanss Contributed-by: Michail Chernov <michail.chernov@oracle.com>
Mon, 27 Apr 2015 09:08:07 +0200 8078613: HAS_BEEN_MOVED has been moved
brutisso [Mon, 27 Apr 2015 09:08:07 +0200] rev 30563
8078613: HAS_BEEN_MOVED has been moved Reviewed-by: stefank, sjohanss
Thu, 23 Apr 2015 19:01:07 +0000 Merge
ctornqvi [Thu, 23 Apr 2015 19:01:07 +0000] rev 30562
Merge
Thu, 23 Apr 2015 17:14:55 +0000 Merge
ctornqvi [Thu, 23 Apr 2015 17:14:55 +0000] rev 30561
Merge
Wed, 22 Apr 2015 13:58:42 -0700 8077529: [TESTBUG] Remove hotspot.internalvmtests from jprt config
ctornqvi [Wed, 22 Apr 2015 13:58:42 -0700] rev 30560
8077529: [TESTBUG] Remove hotspot.internalvmtests from jprt config Reviewed-by: mikael, sla
Thu, 23 Apr 2015 16:44:07 +0000 Merge
kbarrett [Thu, 23 Apr 2015 16:44:07 +0000] rev 30559
Merge
Thu, 23 Apr 2015 11:26:32 -0400 8031401: Remove unused code in the reference processor
kbarrett [Thu, 23 Apr 2015 11:26:32 -0400] rev 30558
8031401: Remove unused code in the reference processor Summary: Assume pending_list uses discovered field and remove resulting dead code. Reviewed-by: brutisso, pliden
Thu, 23 Apr 2015 15:54:47 +0200 8073669: gc/TestSoftReferencesBehaviorOnOOME.java times out in nightlies
azakharov [Thu, 23 Apr 2015 15:54:47 +0200] rev 30557
8073669: gc/TestSoftReferencesBehaviorOnOOME.java times out in nightlies Summary: changed test scenario to more straight-forward one, added tricks to prevent compiler optimizations and added checks when OOME didn't thrown as expected. Reviewed-by: tschatzl, jwilhelm
Wed, 22 Apr 2015 10:31:15 +0200 8078345: Move PSParallelCompact::mark_and_push to ParCompactionManager
stefank [Wed, 22 Apr 2015 10:31:15 +0200] rev 30556
8078345: Move PSParallelCompact::mark_and_push to ParCompactionManager Reviewed-by: jwilhelm, brutisso
Wed, 22 Apr 2015 09:09:42 +0200 8078341: Remove the unused PSParallelCompact::_updated_int_array_klass_obj
stefank [Wed, 22 Apr 2015 09:09:42 +0200] rev 30555
8078341: Remove the unused PSParallelCompact::_updated_int_array_klass_obj Reviewed-by: ehelin, tschatzl
Wed, 22 Apr 2015 08:29:39 +0200 8078340: Remove the unused PSParallelCompact::KeepAliveClosure
stefank [Wed, 22 Apr 2015 08:29:39 +0200] rev 30554
8078340: Remove the unused PSParallelCompact::KeepAliveClosure Reviewed-by: ehelin, tschatzl
Mon, 18 May 2015 15:52:33 +0000 8080586: aarch64: hotspot test compiler/codegen/7184394/TestAESMain.java fails
enevill [Mon, 18 May 2015 15:52:33 +0000] rev 30553
8080586: aarch64: hotspot test compiler/codegen/7184394/TestAESMain.java fails Summary: Return correct length in generate_cipherBlockChaining_encryptAESCrypt Reviewed-by: roland
Fri, 15 May 2015 09:21:48 +0000 8079564: Use FP register as proper frame pointer in JIT compiled code on aarch64
enevill [Fri, 15 May 2015 09:21:48 +0000] rev 30552
8079564: Use FP register as proper frame pointer in JIT compiled code on aarch64 Summary: Add support for PreserveFramePointer for debug/profile Reviewed-by: kvn
Thu, 21 May 2015 10:07:35 -0700 Added tag jdk9-b65 for changeset 01b7cab6b7b1
katleman [Thu, 21 May 2015 10:07:35 -0700] rev 30551
Added tag jdk9-b65 for changeset 01b7cab6b7b1
Thu, 21 May 2015 16:19:08 -0700 Merge
lana [Thu, 21 May 2015 16:19:08 -0700] rev 30550
Merge
Tue, 19 May 2015 11:39:57 -0700 Merge
amurillo [Tue, 19 May 2015 11:39:57 -0700] rev 30549
Merge
Thu, 14 May 2015 12:05:31 -0700 Merge
amurillo [Thu, 14 May 2015 12:05:31 -0700] rev 30548
Merge
Sat, 09 May 2015 07:32:37 -0400 Merge
hseigel [Sat, 09 May 2015 07:32:37 -0400] rev 30547
Merge
Thu, 07 May 2015 16:11:04 +0200 8079200: Fix heapdump tests to validate heapdump after jhat is removed
ykantser [Thu, 07 May 2015 16:11:04 +0200] rev 30546
8079200: Fix heapdump tests to validate heapdump after jhat is removed Reviewed-by: sla
Fri, 08 May 2015 13:23:28 -0400 Merge
hseigel [Fri, 08 May 2015 13:23:28 -0400] rev 30545
Merge
Sat, 02 May 2015 18:35:36 -0700 Merge
ccheung [Sat, 02 May 2015 18:35:36 -0700] rev 30544
Merge
Fri, 01 May 2015 09:45:44 -0400 Merge
rriggs [Fri, 01 May 2015 09:45:44 -0400] rev 30543
Merge
Thu, 30 Apr 2015 09:57:58 -0400 8077743: (rm) Port ResourceManagement to JDK9
rriggs [Thu, 30 Apr 2015 09:57:58 -0400] rev 30542
8077743: (rm) Port ResourceManagement to JDK9 Reviewed-by: alanb, erikj, mchung, dholmes
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip