Mon, 13 Apr 2015 15:47:48 +0200 8077413: Avoid use of Universe::heap() inside collectors
pliden [Mon, 13 Apr 2015 15:47:48 +0200] rev 30173
8077413: Avoid use of Universe::heap() inside collectors Reviewed-by: stefank, kbarrett
Fri, 10 Apr 2015 13:58:36 +0200 8077400: Unnecessary and incorrect "Code Cache Roots" G1 log entry
mgerdin [Fri, 10 Apr 2015 13:58:36 +0200] rev 30172
8077400: Unnecessary and incorrect "Code Cache Roots" G1 log entry Reviewed-by: tschatzl, brutisso, sangheki
Sun, 12 Apr 2015 14:59:41 +0200 8077411: Remove CollectedHeap::supports_heap_inspection()
brutisso [Sun, 12 Apr 2015 14:59:41 +0200] rev 30171
8077411: Remove CollectedHeap::supports_heap_inspection() Reviewed-by: stefank, ecaspole, jmasa
Fri, 10 Apr 2015 10:55:07 -0400 8077414: PSPromotionLAB _state is unintialized
ecaspole [Fri, 10 Apr 2015 10:55:07 -0400] rev 30170
8077414: PSPromotionLAB _state is unintialized Summary: Initialize _state to zero_size Reviewed-by: brutisso, stefank Contributed-by: Eric Caspole <eric.caspole@oracle.com>
Wed, 08 Apr 2015 15:49:29 +0300 8076311: Java 9 process negative MaxTenuringThreshold in different way than Java 8
ddmitriev [Wed, 08 Apr 2015 15:49:29 +0300] rev 30169
8076311: Java 9 process negative MaxTenuringThreshold in different way than Java 8 Summary: Corrected processing of invalid MaXTenuringThreshold Reviewed-by: jmasa, dholmes, kbarrett
Fri, 10 Apr 2015 14:59:21 +0000 Merge
stefank [Fri, 10 Apr 2015 14:59:21 +0000] rev 30168
Merge
Thu, 09 Apr 2015 10:16:45 -0700 8076325: java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
sangheki [Thu, 09 Apr 2015 10:16:45 -0700] rev 30167
8076325: java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options Summary: Added a guard of gc workers > 0 to execute logic. Reviewed-by: stefank, mgerdin
Thu, 09 Apr 2015 15:41:47 +0200 8077255: TracePageSizes output reports wrong page size on Windows with G1
tschatzl [Thu, 09 Apr 2015 15:41:47 +0200] rev 30166
8077255: TracePageSizes output reports wrong page size on Windows with G1 Summary: Print selected page size, not alignment size chosen by ReservedSpace (which is the vm_allocation_granularity that is different to page size on Windows) in the message presented by TracePageSizes. Reviewed-by: drwhite, jmasa
Wed, 08 Apr 2015 09:35:25 +0200 8076614: Add comment to ClearNoncleanCardWrapper::do_MemRegion()
brutisso [Wed, 08 Apr 2015 09:35:25 +0200] rev 30165
8076614: Add comment to ClearNoncleanCardWrapper::do_MemRegion() Reviewed-by: kbarrett, stefank
Thu, 09 Apr 2015 17:39:42 +0200 Merge
jwilhelm [Thu, 09 Apr 2015 17:39:42 +0200] rev 30164
Merge
Thu, 09 Apr 2015 12:40:20 +0000 Merge
kbarrett [Thu, 09 Apr 2015 12:40:20 +0000] rev 30163
Merge
Wed, 08 Apr 2015 10:32:16 -0400 8076265: Simplify deal_with_reference
kbarrett [Wed, 08 Apr 2015 10:32:16 -0400] rev 30162
8076265: Simplify deal_with_reference Summary: Eliminate _CHECK_BOTH_FINGERS_ and simplify. Reviewed-by: brutisso, tschatzl
Thu, 09 Apr 2015 11:30:37 +0200 8077315: Build failure on OSX after compiler upgrade
jwilhelm [Thu, 09 Apr 2015 11:30:37 +0200] rev 30161
8077315: Build failure on OSX after compiler upgrade Reviewed-by: stefank, mgerdin
Thu, 09 Apr 2015 11:29:32 +0200 8077302: src/share/vm/oops/instanceRefKlass.inline.hpp has a doubble /*
jwilhelm [Thu, 09 Apr 2015 11:29:32 +0200] rev 30160
8077302: src/share/vm/oops/instanceRefKlass.inline.hpp has a doubble /* Reviewed-by: stefank, mgerdin
Wed, 08 Apr 2015 15:19:49 +0200 8076534: CollectedHeapName in SA agent incorrect
pliden [Wed, 08 Apr 2015 15:19:49 +0200] rev 30159
8076534: CollectedHeapName in SA agent incorrect Reviewed-by: dsamersoff, sla, tschatzl
Tue, 07 Apr 2015 10:53:51 +0200 8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29
tschatzl [Tue, 07 Apr 2015 10:53:51 +0200] rev 30158
8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29 Summary: Allow use of large pages for auxiliary data structures in G1. Clean up existing interfaces. Reviewed-by: jmasa, pliden, stefank
Thu, 02 Apr 2015 16:42:24 -0400 8069004: Kitchensink hanged with 16Gb heap and GC pause >30 min
drwhite [Thu, 02 Apr 2015 16:42:24 -0400] rev 30157
8069004: Kitchensink hanged with 16Gb heap and GC pause >30 min Summary: Revert bug introduced a few months ago. Reviewed-by: brutisso, tschatzl, jmasa
Thu, 02 Apr 2015 18:53:45 +0300 8043225: Make whitebox API functions more stable
iignatyev [Thu, 02 Apr 2015 18:53:45 +0300] rev 30156
8043225: Make whitebox API functions more stable Summary: Added checks for null parameters where applicable Reviewed-by: dholmes, iignatyev Contributed-by: Kirill Zhaldybin <kirill.zhaldybin@oracle.com>
Thu, 02 Apr 2015 16:37:29 +0200 8076267: Remove n_gens()
jwilhelm [Thu, 02 Apr 2015 16:37:29 +0200] rev 30155
8076267: Remove n_gens() Reviewed-by: jprovino, kbarrett, jmasa
Thu, 02 Apr 2015 16:08:41 +0200 8076452: Remove SharedHeap
brutisso [Thu, 02 Apr 2015 16:08:41 +0200] rev 30154
8076452: Remove SharedHeap Reviewed-by: stefank, sjohanss, david
Thu, 02 Apr 2015 16:07:27 +0200 8076289: Move the StrongRootsScope out of SharedHeap
brutisso [Thu, 02 Apr 2015 16:07:27 +0200] rev 30153
8076289: Move the StrongRootsScope out of SharedHeap Reviewed-by: stefank, sjohanss, david
Thu, 02 Apr 2015 16:06:07 +0200 8076454: Clean up/move things out of SharedHeap
brutisso [Thu, 02 Apr 2015 16:06:07 +0200] rev 30152
8076454: Clean up/move things out of SharedHeap Reviewed-by: stefank, sjohanss, david
Thu, 02 Apr 2015 10:22:13 +0200 8076456: Remove unnecessary oopDesc::klass() calls
stefank [Thu, 02 Apr 2015 10:22:13 +0200] rev 30151
8076456: Remove unnecessary oopDesc::klass() calls Reviewed-by: pliden, jmasa
Thu, 02 Apr 2015 10:04:27 +0200 8075955: Replace the macro based implementation of oop_oop_iterate with a template based solution
stefank [Thu, 02 Apr 2015 10:04:27 +0200] rev 30150
8075955: Replace the macro based implementation of oop_oop_iterate with a template based solution Reviewed-by: brutisso, coleenp, kbarrett, sjohanss
Thu, 02 Apr 2015 09:14:16 +0200 8076447: Remove unused MemoryManager::kind()
pliden [Thu, 02 Apr 2015 09:14:16 +0200] rev 30149
8076447: Remove unused MemoryManager::kind() Reviewed-by: stefank, tschatzl
Wed, 01 Apr 2015 12:34:26 +0200 8016276: CMS concurrentMarkSweepGeneration contains lots of unnecessary allocation failure handling
david [Wed, 01 Apr 2015 12:34:26 +0200] rev 30148
8016276: CMS concurrentMarkSweepGeneration contains lots of unnecessary allocation failure handling Reviewed-by: stefank, pliden
Thu, 02 Apr 2015 06:42:24 +0200 8076314: Remove the static instance variable SharedHeap:: _sh
brutisso [Thu, 02 Apr 2015 06:42:24 +0200] rev 30147
8076314: Remove the static instance variable SharedHeap:: _sh Reviewed-by: pliden, jmasa
Fri, 03 Apr 2015 13:45:33 -0700 Merge
ccheung [Fri, 03 Apr 2015 13:45:33 -0700] rev 30146
Merge
Fri, 03 Apr 2015 13:18:06 +0000 Merge
coleenp [Fri, 03 Apr 2015 13:18:06 +0000] rev 30145
Merge
Thu, 02 Apr 2015 14:02:54 -0400 8076421: Fix Zero Interpreter bugs in class redefinition and template interpreter changes
coleenp [Thu, 02 Apr 2015 14:02:54 -0400] rev 30144
8076421: Fix Zero Interpreter bugs in class redefinition and template interpreter changes Summary: metadata_do walking interpreted frames was wrong and generate_Reference_get is not necessarily an accessor method. Reviewed-by: sgehwolf, dholmes
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip