- 19 2月, 2016 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: jmasa, tamao
-
- 02 2月, 2016 1 次提交
-
-
由 poonam 提交于
Summary: Implement remembered sets verification for G1 with option VerifyRememberedSets Reviewed-by: jmasa, mgerdin
-
- 21 1月, 2016 1 次提交
-
-
由 tschatzl 提交于
Summary: Do not make reused PRTs available to other threads before the bitmap of the PRT has been cleared. Reviewed-by: tbenson, mgerdin, brutisso Contributed-by: NPoonam Bajaj <poonam.bajaj@oracle.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
-
- 20 1月, 2016 1 次提交
-
-
由 dbuck 提交于
8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure> Summary: The crash was caused by a faulty eager humongous reclaim. The reason for reclaiming a live object was that the call to cleanupHRRS was done after dirtying cards and clearing the remembered sets for the humongous object. This could lead to one or many cards being missed. Reviewed-by: tbenson, kbarrett, tschatzl
-
- 12 11月, 2015 1 次提交
-
-
由 stefank 提交于
Reviewed-by: mgerdin, vlivanov
-
- 30 9月, 2015 1 次提交
-
-
由 mgerdin 提交于
Reviewed-by: jwilhelm, jmasa
-
- 02 12月, 2015 1 次提交
-
-
由 kevinw 提交于
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1. Reviewed-by: tschatzl, sjohanss Contributed-by: NLeonid Mesnik <leonid.mesnik@oracle.com>
-
- 06 7月, 2015 1 次提交
-
-
由 poonam 提交于
Summary: Add SO_AllCodeCache to root scanning options when not unloading classes with a CMS collection cycle Reviewed-by: mgerdin, jwilhelm
-
- 25 6月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Fix up GPL headers so that the RE script works. Reviewed-by: stefank, dholmes, coleenp
-
- 19 5月, 2015 1 次提交
-
-
由 azakharov 提交于
8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before Summary: added WhiteBox methods to count regions and exact aux data sizes Reviewed-by: jwilhelm, brutisso
-
- 02 5月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Don't assume SATB buffer entries are valid objects Reviewed-by: brutisso, ecaspole
-
- 23 4月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Removed no longer valid checking of SATB buffers Reviewed-by: jmasa, pliden
-
- 18 4月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Apply closure directly, eliminating registration. Reviewed-by: stefank, tschatzl
-
- 16 4月, 2015 2 次提交
- 08 4月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Eliminate _CHECK_BOTH_FINGERS_ and simplify. Reviewed-by: brutisso, tschatzl
-
- 19 3月, 2015 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, ecaspole
-
- 09 4月, 2015 1 次提交
-
-
由 tschatzl 提交于
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
-
- 07 4月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Allow use of large pages for auxiliary data structures in G1. Clean up existing interfaces. Reviewed-by: jmasa, pliden, stefank
-
- 16 1月, 2015 2 次提交
- 10 4月, 2015 1 次提交
-
-
由 sangheki 提交于
Summary: Added a guard of gc workers > 0 to execute logic. Reviewed-by: stefank, mgerdin
-
- 12 1月, 2015 2 次提交
-
-
由 sjohanss 提交于
8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit Summary: Making sure committed memory is cleared when re-committed, even if using large pages. Reviewed-by: jwilhelm, tschatzl
-
由 sjohanss 提交于
8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit Summary: Making sure committed memory is cleared when re-committed, even if using large pages. Reviewed-by: jwilhelm, tschatzl
-
- 07 1月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Push the remembered sets of large objects with few referenced into the dirty card queue at the beginning of the evacuation so that they may end up with zero remembered set entries at the end of the collection, and are potentially reclaimed. Also improve timing measurements of the early reclaim mechanism, and shorten flag names. Reviewed-by: brutisso, jmasa, dfazunen
-
- 01 12月, 2014 1 次提交
-
-
由 mgerdin 提交于
8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap Summary: Create a G1RootProcessor and move SharedHeap root processing to GenCollectedHeap Reviewed-by: brutisso, tschatzl, ehelin
-
- 26 3月, 2015 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, mgerdin, ecaspole
-
- 01 12月, 2014 1 次提交
-
-
由 mgerdin 提交于
8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap Summary: Create a G1RootProcessor and move SharedHeap root processing to GenCollectedHeap Reviewed-by: brutisso, tschatzl, ehelin
-
- 26 3月, 2015 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, mgerdin, ecaspole
-
- 21 11月, 2014 2 次提交
- 20 11月, 2014 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: sla, stefank
-
- 14 11月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Read _top before _gc_time_stamp in saved_mark_word() with LoadLoad order to ensure we get a consistent view Reviewed-by: brutisso, dcubed, dholmes, stefank
-
- 12 11月, 2014 1 次提交
-
-
由 kbarrett 提交于
8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes Summary: Suppress gc_alot during VM init, improve error for SLT uninitialized. Reviewed-by: jmasa, brutisso, tschatzl
-
- 11 11月, 2014 1 次提交
-
-
由 stefank 提交于
8064556: G1: ParallelGCThreads=0 may cause assert(!MetadataOnStackMark::has_buffer_for_thread(Thread::current())) failed: Should be empty Reviewed-by: mgerdin, tschatzl
-
- 08 11月, 2014 1 次提交
-
-
由 jcoomes 提交于
8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error Reviewed-by: tschatzl, jmasa, kbarrett
-
- 23 10月, 2014 2 次提交
- 09 10月, 2014 2 次提交