Mon, 30 Mar 2015 07:54:23 +0200 8075214: SIGSEGV in nmethod sweeping
thartmann [Mon, 30 Mar 2015 07:54:23 +0200] rev 30205
8075214: SIGSEGV in nmethod sweeping Summary: Changed implementation of forceNMethodSweep() to request sweep from existing sweeper thread. Reviewed-by: kvn, mgerdin, dholmes
Fri, 27 Mar 2015 15:08:13 +0000 Merge
zmajo [Fri, 27 Mar 2015 15:08:13 +0000] rev 30204
Merge
Fri, 27 Mar 2015 14:52:45 +0000 Merge
zmajo [Fri, 27 Mar 2015 14:52:45 +0000] rev 30203
Merge
Fri, 27 Mar 2015 10:57:42 +0100 8075798: Allow ADLC register class to depend on runtime conditions also for cisc-spillable classes
zmajo [Fri, 27 Mar 2015 10:57:42 +0100] rev 30202
8075798: Allow ADLC register class to depend on runtime conditions also for cisc-spillable classes Summary: Introduce a new register class, reg_class_dynamic, that supports also cist-spillable masks. Reviewed-by: kvn, dlong, roland
Mon, 23 Mar 2015 17:09:41 +0100 8075663: compiler/rangechecks/TestExplicitRangeChecks.java fails in compiler nightlies
roland [Mon, 23 Mar 2015 17:09:41 +0100] rev 30201
8075663: compiler/rangechecks/TestExplicitRangeChecks.java fails in compiler nightlies Summary: -Xmixed following -Xcomp doesn't undo the effect of -Xcomp with tiered on Reviewed-by: kvn, vlivanov
Fri, 27 Mar 2015 10:19:18 +0000 Merge
zmajo [Fri, 27 Mar 2015 10:19:18 +0000] rev 30200
Merge
Fri, 27 Mar 2015 09:02:53 +0100 Merge
zmajo [Fri, 27 Mar 2015 09:02:53 +0100] rev 30199
Merge
Thu, 19 Mar 2015 14:30:52 +0100 8075505: aix: improve handling of native memory
goetz [Thu, 19 Mar 2015 14:30:52 +0100] rev 30198
8075505: aix: improve handling of native memory Reviewed-by: kvn, stuefe Contributed-by: thomas.stuefe@sap.com
Wed, 25 Mar 2015 15:50:17 +0100 8075858: AIX: clean-up HotSpot make files
simonis [Wed, 25 Mar 2015 15:50:17 +0100] rev 30197
8075858: AIX: clean-up HotSpot make files Reviewed-by: kvn
Mon, 23 Mar 2015 11:20:38 +0000 Merge
roland [Mon, 23 Mar 2015 11:20:38 +0000] rev 30196
Merge
Thu, 12 Mar 2015 14:15:09 +0100 8069263: assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity
roland [Thu, 12 Mar 2015 14:15:09 +0100] rev 30195
8069263: assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity Summary: default methods added to classes confuse dependency processing Reviewed-by: kvn
Mon, 23 Mar 2015 10:15:53 +0100 8075136: Unnecessary sign extension for byte array access
thartmann [Mon, 23 Mar 2015 10:15:53 +0100] rev 30194
8075136: Unnecessary sign extension for byte array access Summary: Added C2 matching rules to remove unnecessary sign extension for byte array access. Reviewed-by: roland, kvn, aph, adinn
Mon, 23 Mar 2015 10:13:18 +0100 8075324: Costs of memory operands in aarch64.ad are inconsistent
thartmann [Mon, 23 Mar 2015 10:13:18 +0100] rev 30193
8075324: Costs of memory operands in aarch64.ad are inconsistent Summary: Made cost of 'indOffI' consistent to the other memory operands. Reviewed-by: roland, aph, adinn
Sat, 21 Mar 2015 21:47:49 +0300 8075488: compiler/whitebox/DeoptimizeFramesTest fails with exit code 1 due to unrecognized VM option -XX:+IgnoreUnexpectedVMOptions
tpivovarova [Sat, 21 Mar 2015 21:47:49 +0300] rev 30192
8075488: compiler/whitebox/DeoptimizeFramesTest fails with exit code 1 due to unrecognized VM option -XX:+IgnoreUnexpectedVMOptions Reviewed-by: kvn
Fri, 20 Mar 2015 20:32:07 +0000 Merge
vlivanov [Fri, 20 Mar 2015 20:32:07 +0000] rev 30191
Merge
Fri, 20 Mar 2015 11:41:34 -0700 8074548: Never-taken branches cause repeated deopts in MHs.GWT case
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30190
8074548: Never-taken branches cause repeated deopts in MHs.GWT case Reviewed-by: jrose, kvn
Fri, 20 Mar 2015 11:41:34 -0700 8075263: MHI::checkCustomized isn't eliminated for inlined MethodHandles
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30189
8075263: MHI::checkCustomized isn't eliminated for inlined MethodHandles Reviewed-by: jrose, kvn
Fri, 20 Mar 2015 11:41:34 -0700 8075266: Show runtime call details when printing machine code
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30188
8075266: Show runtime call details when printing machine code Reviewed-by: jrose, kvn
Fri, 20 Mar 2015 11:41:34 -0700 8075269: Extend -XX:CompileCommand=print,* to work for MethodHandle.invokeBasic/linkTo*
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30187
8075269: Extend -XX:CompileCommand=print,* to work for MethodHandle.invokeBasic/linkTo* Reviewed-by: jrose, kvn, dlong
Fri, 20 Mar 2015 11:41:34 -0700 8075270: Print locals & stack slots location for PcDescs
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30186
8075270: Print locals & stack slots location for PcDescs Reviewed-by: kvn, jrose
Mon, 16 Mar 2015 12:24:06 +0100 8073866: Fix for 8064703 is not sufficient
roland [Mon, 16 Mar 2015 12:24:06 +0100] rev 30185
8073866: Fix for 8064703 is not sufficient Summary: side effects between allocation and arraycopy can be reexecuted, unreachable uninitialized array can be seen by GCs Reviewed-by: kvn, vlivanov
Fri, 20 Mar 2015 11:53:01 +0100 Merge
zmajo [Fri, 20 Mar 2015 11:53:01 +0100] rev 30184
Merge
Tue, 17 Mar 2015 10:06:31 +0100 8073480: C2 should optimize explicit range checks
roland [Tue, 17 Mar 2015 10:06:31 +0100] rev 30183
8073480: C2 should optimize explicit range checks Summary: explicit range checks should be recognized by C2 Reviewed-by: kvn, vlivanov
Wed, 15 Apr 2015 12:16:01 -0400 8069367: Eagerly reclaimed humongous objects left on mark stack
kbarrett [Wed, 15 Apr 2015 12:16:01 -0400] rev 30182
8069367: Eagerly reclaimed humongous objects left on mark stack Summary: Prevent eager reclaim of objects that might be on mark stack. Reviewed-by: brutisso, tschatzl
Wed, 15 Apr 2015 11:23:06 +0000 Merge
iignatyev [Wed, 15 Apr 2015 11:23:06 +0000] rev 30181
Merge
Wed, 15 Apr 2015 09:49:50 +0000 Merge
iignatyev [Wed, 15 Apr 2015 09:49:50 +0000] rev 30180
Merge
Thu, 09 Apr 2015 14:16:04 +0300 8026043: Add regression test for JDK-8000831
eistepan [Thu, 09 Apr 2015 14:16:04 +0300] rev 30179
8026043: Add regression test for JDK-8000831 Reviewed-by: mchung
Tue, 14 Apr 2015 09:44:06 -0700 8077710: BACKOUT - java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
sangheki [Tue, 14 Apr 2015 09:44:06 -0700] rev 30178
8077710: BACKOUT - java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options Summary: Removed unnecessary guards. Reviewed-by: stefank, jwilhelm
Tue, 14 Apr 2015 11:24:03 +0200 8077403: Remove guarantee from GenCollectedHeap::is_in()
brutisso [Tue, 14 Apr 2015 11:24:03 +0200] rev 30177
8077403: Remove guarantee from GenCollectedHeap::is_in() Reviewed-by: mgerdin, jmasa
Tue, 14 Apr 2015 11:40:13 +0200 8077420: Build failure with SS12u4
stefank [Tue, 14 Apr 2015 11:40:13 +0200] rev 30176
8077420: Build failure with SS12u4 Reviewed-by: dholmes, lfoltan
Thu, 02 Apr 2015 10:24:24 +0200 8076457: Fix includes of inline.hpp in GC code
stefank [Thu, 02 Apr 2015 10:24:24 +0200] rev 30175
8076457: Fix includes of inline.hpp in GC code Reviewed-by: pliden, jmasa
Mon, 13 Apr 2015 11:01:29 -0700 8077301: Optimized build is broken
jmasa [Mon, 13 Apr 2015 11:01:29 -0700] rev 30174
8077301: Optimized build is broken Reviewed-by: kbarrett, brutisso
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
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip