1. 19 8月, 2015 1 次提交
  2. 13 7月, 2015 1 次提交
    • E
      8129961: SIGSEGV when copying to survivor space · 5754583b
      ecaspole 提交于
      Summary: Remove "include_young" parameter from GenCollectedHeap::no_allocs_since_save_marks() since all existing uses pass true to always rescan young gen.
      Reviewed-by: jmasa, kbarrett
      5754583b
  3. 29 6月, 2015 2 次提交
  4. 17 6月, 2015 1 次提交
  5. 09 9月, 2015 1 次提交
  6. 21 5月, 2015 3 次提交
  7. 13 5月, 2015 1 次提交
  8. 14 2月, 2014 1 次提交
  9. 27 1月, 2014 1 次提交
  10. 23 1月, 2014 1 次提交
  11. 14 1月, 2014 1 次提交
  12. 16 12月, 2013 1 次提交
  13. 22 10月, 2013 1 次提交
  14. 11 9月, 2013 1 次提交
    • T
      8010722: assert: failed: heap size is too big for compressed oops · ce6854ca
      tschatzl 提交于
      Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation.
      Reviewed-by: stefank, dholmes
      ce6854ca
  15. 14 8月, 2013 1 次提交
  16. 04 7月, 2013 1 次提交
  17. 10 4月, 2013 1 次提交
  18. 23 4月, 2013 1 次提交
  19. 02 9月, 2012 1 次提交
  20. 16 4月, 2012 1 次提交
  21. 15 12月, 2011 1 次提交
  22. 14 12月, 2011 1 次提交
    • S
      7121373: Clean up CollectedHeap::is_in · 44d77cf5
      stefank 提交于
      Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virtual.
      Reviewed-by: brutisso, tonyp, jcoomes
      44d77cf5
  23. 08 11月, 2011 1 次提交
  24. 17 6月, 2011 1 次提交
  25. 15 6月, 2011 1 次提交
    • J
      7004681: G1: Extend marking verification to Full GCs · 1d53f952
      johnc 提交于
      Summary: Perform a heap verification after the first phase of G1's full GC using objects' mark words to determine liveness. The third parameter of the heap verification routines, which was used in G1 to determine which marking bitmap to use in liveness calculations, has been changed from a boolean to an enum with values defined for using the mark word, and the 'prev' and 'next' bitmaps.
      Reviewed-by: tonyp, ysr
      1d53f952
  26. 04 5月, 2011 1 次提交
  27. 27 4月, 2011 1 次提交
    • Y
      7039089: G1: changeset for 7037276 broke heap verification, and related cleanups · 80daa2ff
      ysr 提交于
      Summary: In G1 heap verification, we no longer scan perm to G1-collected heap refs as part of process_strong_roots() but rather in a separate explicit oop iteration over the perm gen. This preserves the original perm card-marks. Added a new assertion in younger_refs_iterate() to catch a simple subcase where the user may have forgotten a prior save_marks() call, as happened in the case of G1's attempt to iterate perm to G1 refs when verifying the heap before exit. The assert was deliberately weakened for ParNew+CMS and will be fixed for that combination in a future CR. Also made some (non-G1) cleanups related to code and comments obsoleted by the migration of Symbols to the native heap.
      Reviewed-by: iveresov, jmasa, tonyp
      80daa2ff
  28. 08 12月, 2010 1 次提交
    • Y
      7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot ||... · fd98f154
      ysr 提交于
      7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed())
      7002546: regression on SpecJbb2005 on 7b118 comparing to 7b117 on small heaps
      Summary: Relaxed assertion checking related to incremental_collection_failed flag to allow for ExplicitGCInvokesConcurrent behaviour where we do not want a failing scavenge to bail to a stop-world collection. Parameterized incremental_collection_will_fail() so we can selectively use, or not use, as appropriate, the statistical prediction at specific use sites. This essentially reverts the scavenge bail-out logic to what it was prior to some recent changes that had inadvertently started using the statistical prediction which can be noisy in the presence of bursty loads. Added some associated verbose non-product debugging messages.
      Reviewed-by: johnc, tonyp
      fd98f154
  29. 24 11月, 2010 1 次提交
  30. 24 10月, 2010 1 次提交
  31. 21 9月, 2010 1 次提交
  32. 28 5月, 2010 1 次提交
  33. 14 1月, 2010 1 次提交
    • Y
      6896647: card marks can be deferred too long · 7bc3c7d0
      ysr 提交于
      Summary: Deferred card marks are now flushed during the gc prologue. Parallel[Scavege,OldGC] and SerialGC no longer defer card marks generated by COMPILER2 as a result of ReduceInitialCardMarks. For these cases, introduced a diagnostic option to defer the card marks, only for the purposes of testing and diagnostics. CMS and G1 continue to defer card marks. Potential performance concern related to single-threaded flushing of deferred card marks in the gc prologue will be addressed in the future.
      Reviewed-by: never, johnc
      7bc3c7d0
  34. 20 10月, 2009 1 次提交
  35. 16 10月, 2009 1 次提交
    • Y
      6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning · e5b6cb64
      ysr 提交于
      6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks)
      Summary: Defer the (compiler-elided) card-mark upon a slow-path allocation until after the store  and before the next subsequent safepoint; G1 now answers yes to can_elide_tlab_write_barriers().
      Reviewed-by: jcoomes, kvn, never
      e5b6cb64
  36. 16 9月, 2009 1 次提交
  37. 15 7月, 2009 1 次提交