1. 03 10月, 2013 1 次提交
  2. 10 6月, 2013 1 次提交
  3. 30 5月, 2013 1 次提交
  4. 27 5月, 2013 2 次提交
  5. 17 5月, 2013 1 次提交
  6. 16 5月, 2013 1 次提交
    • T
      8007763: Refactoring: split up compute_generation_free_space() into two... · d8e75982
      tamao 提交于
      8007763: Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
      Summary: split up compute_generation_free_space() into two functions: compute_eden_space_size() + compute_old_gen_free_space(), each of which (if needed) can be reused without executing an overhead of the other.
      Reviewed-by: jmasa, tschatzl
      Contributed-by: Ntamao <tao.mao@oracle.com>
      d8e75982
  7. 25 4月, 2013 1 次提交
  8. 17 1月, 2013 1 次提交
  9. 16 10月, 2012 1 次提交
  10. 04 10月, 2012 1 次提交
  11. 03 10月, 2012 1 次提交
  12. 02 9月, 2012 1 次提交
  13. 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
  14. 15 5月, 2012 1 次提交
  15. 17 2月, 2012 1 次提交
  16. 01 2月, 2012 1 次提交
  17. 11 2月, 2012 1 次提交
  18. 23 9月, 2011 1 次提交
    • J
      6484982: G1: process references during evacuation pauses · 9c3adbcc
      johnc 提交于
      Summary: G1 now uses two reference processors - one is used by concurrent marking and the other is used by STW GCs (both full and incremental evacuation pauses). In an evacuation pause, the reference processor is embedded into the closures used to scan objects. Doing so causes causes reference objects to be 'discovered' by the reference processor. At the end of the evacuation pause, these discovered reference objects are processed - preserving (and copying) referent objects (and their reachable graphs) as appropriate.
      Reviewed-by: ysr, jwilhelm, brutisso, stefank, tonyp
      9c3adbcc
  19. 10 8月, 2011 1 次提交
  20. 13 5月, 2011 1 次提交
  21. 23 3月, 2011 1 次提交
  22. 18 3月, 2011 1 次提交
  23. 18 12月, 2010 1 次提交
    • Y
      6807801: CMS: could save/restore fewer header words during scavenge · 8ea00085
      ysr 提交于
      Summary: Age bits need not enter the mark-word preservation calculus; also affected, in addition to CMS, per CR synopsis above, were ParNew (but not DefNew), ParallelScavenge and G1, albeit to a lesser degree than CMS.
      Reviewed-by: tonyp, johnc
      8ea00085
  24. 24 11月, 2010 1 次提交
  25. 29 9月, 2010 1 次提交
  26. 22 7月, 2010 1 次提交
  27. 02 7月, 2010 1 次提交
  28. 28 5月, 2010 1 次提交
  29. 14 4月, 2010 1 次提交
  30. 16 9月, 2009 1 次提交
  31. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 58e87f34
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      58e87f34
  32. 09 2月, 2009 1 次提交
  33. 02 12月, 2008 1 次提交
  34. 21 11月, 2008 1 次提交
    • Y
      6684579: SoftReference processing can be made more efficient · bf0e7f79
      ysr 提交于
      Summary: For current soft-ref clearing policies, we can decide at marking time if a soft-reference will definitely not be cleared, postponing the decision of whether it will definitely be cleared to the final reference processing phase. This can be especially beneficial in the case of concurrent collectors where the marking is usually concurrent but reference processing is usually not.
      Reviewed-by: jmasa
      bf0e7f79
  35. 10 7月, 2008 1 次提交
  36. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  37. 14 4月, 2008 1 次提交
  38. 01 12月, 2007 1 次提交