1. 15 7月, 2020 2 次提交
  2. 02 1月, 2020 1 次提交
  3. 27 12月, 2019 1 次提交
  4. 05 12月, 2019 1 次提交
  5. 26 8月, 2014 1 次提交
  6. 30 10月, 2014 1 次提交
  7. 05 8月, 2014 1 次提交
  8. 11 4月, 2014 1 次提交
  9. 11 9月, 2014 1 次提交
  10. 12 4月, 2014 1 次提交
  11. 16 4月, 2014 1 次提交
  12. 27 1月, 2014 1 次提交
  13. 07 10月, 2013 1 次提交
  14. 15 8月, 2013 1 次提交
    • J
      7145569: G1: optimize nmethods scanning · d5c439d7
      johnc 提交于
      Summary: Add a list of nmethods to the RSet for a region that contain references into the region. Skip scanning the code cache during root scanning and scan the nmethod lists during RSet scanning instead.
      Reviewed-by: tschatzl, brutisso, mgerdin, twisti, kvn
      d5c439d7
  15. 10 6月, 2013 1 次提交
  16. 10 4月, 2013 1 次提交
  17. 29 11月, 2012 1 次提交
  18. 02 9月, 2012 1 次提交
  19. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  20. 16 4月, 2012 1 次提交
  21. 27 3月, 2012 1 次提交
  22. 23 3月, 2012 1 次提交
  23. 01 2月, 2012 1 次提交
  24. 15 12月, 2011 1 次提交
  25. 14 12月, 2011 1 次提交
    • S
      7121373: Clean up CollectedHeap::is_in · dce4ac5f
      stefank 提交于
      Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virtual.
      Reviewed-by: brutisso, tonyp, jcoomes
      dce4ac5f
  26. 08 11月, 2011 1 次提交
  27. 18 10月, 2011 1 次提交
  28. 27 9月, 2011 1 次提交
  29. 17 6月, 2011 1 次提交
  30. 15 6月, 2011 1 次提交
    • J
      7004681: G1: Extend marking verification to Full GCs · 0e040a45
      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
      0e040a45
  31. 04 5月, 2011 1 次提交
  32. 24 11月, 2010 1 次提交
  33. 21 9月, 2010 1 次提交
  34. 28 5月, 2010 1 次提交
  35. 14 4月, 2010 1 次提交
  36. 14 1月, 2010 1 次提交
    • Y
      6896647: card marks can be deferred too long · 651edb8d
      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
      651edb8d
  37. 13 1月, 2010 1 次提交
    • J
      6902115:... · e0f00cdb
      johnc 提交于
      6902115: G1:assert(ignore_max_completed||thread->is_Java_thread()||SafepointSynchronize::is_at_safepoint())
      Summary: Remove invalid assert and mangle filler objects in TLABs that are being retired.
      Reviewed-by: ysr, jmasa
      e0f00cdb
  38. 16 10月, 2009 1 次提交
    • Y
      6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning · 349bfec0
      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
      349bfec0
  39. 16 9月, 2009 1 次提交