1. 16 12月, 2016 3 次提交
  2. 06 10月, 2016 1 次提交
  3. 01 9月, 2016 1 次提交
  4. 30 6月, 2016 1 次提交
  5. 01 9月, 2016 1 次提交
  6. 11 3月, 2016 1 次提交
  7. 01 3月, 2016 1 次提交
  8. 02 2月, 2016 1 次提交
  9. 21 1月, 2016 1 次提交
  10. 20 1月, 2016 1 次提交
    • D
      8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void... · 559d6715
      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
      559d6715
  11. 12 11月, 2015 1 次提交
  12. 30 9月, 2015 1 次提交
  13. 02 12月, 2015 1 次提交
  14. 25 6月, 2015 1 次提交
  15. 19 5月, 2015 1 次提交
    • A
      8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with... · 04db9dcd
      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
      04db9dcd
  16. 02 5月, 2015 1 次提交
  17. 23 4月, 2015 1 次提交
  18. 18 4月, 2015 1 次提交
  19. 16 4月, 2015 2 次提交
  20. 08 4月, 2015 1 次提交
  21. 19 3月, 2015 1 次提交
  22. 09 4月, 2015 1 次提交
  23. 07 4月, 2015 1 次提交
  24. 10 4月, 2015 1 次提交
  25. 12 1月, 2015 2 次提交
    • S
      8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge... · bdff0f83
      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
      bdff0f83
    • S
      8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge... · 85c9dee2
      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
      85c9dee2
  26. 07 1月, 2015 1 次提交
    • T
      8048179: Early reclaim of large objects that are referenced by a few objects · dd0f649b
      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
      dd0f649b
  27. 01 12月, 2014 1 次提交
  28. 26 3月, 2015 1 次提交
  29. 01 12月, 2014 1 次提交
  30. 26 3月, 2015 1 次提交
  31. 21 11月, 2014 2 次提交
  32. 14 11月, 2014 1 次提交
  33. 12 11月, 2014 1 次提交
    • K
      8062036: ConcurrentMarkThread::slt may be invoked before... · 39f1bff0
      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
      39f1bff0
  34. 11 11月, 2014 1 次提交
    • S
      8064556: G1: ParallelGCThreads=0 may cause... · 0a89140f
      stefank 提交于
      8064556: G1: ParallelGCThreads=0 may cause assert(!MetadataOnStackMark::has_buffer_for_thread(Thread::current())) failed: Should be empty
      Reviewed-by: mgerdin, tschatzl
      0a89140f
  35. 23 10月, 2014 1 次提交