1. 02 9月, 2012 1 次提交
  2. 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
  3. 15 5月, 2012 1 次提交
  4. 11 4月, 2012 1 次提交
  5. 16 4月, 2012 1 次提交
  6. 16 3月, 2012 1 次提交
  7. 17 2月, 2012 2 次提交
  8. 01 2月, 2012 1 次提交
  9. 11 2月, 2012 1 次提交
  10. 20 12月, 2011 1 次提交
    • J
      7117303: VM uses non-monotonic time source and complains that it is non-monotonic · 412f955f
      johnc 提交于
      Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp.
      Reviewed-by: dholmes, ysr
      412f955f
  11. 10 12月, 2011 1 次提交
  12. 23 11月, 2011 1 次提交
  13. 08 11月, 2011 1 次提交
  14. 26 9月, 2011 1 次提交
  15. 12 9月, 2011 1 次提交
  16. 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
  17. 01 9月, 2011 1 次提交
  18. 10 8月, 2011 1 次提交
  19. 21 11月, 2011 1 次提交
  20. 17 6月, 2011 1 次提交
  21. 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
  22. 13 5月, 2011 1 次提交
  23. 05 5月, 2011 1 次提交
  24. 04 5月, 2011 1 次提交
  25. 08 4月, 2011 1 次提交
  26. 06 4月, 2011 1 次提交
  27. 23 3月, 2011 1 次提交
  28. 18 3月, 2011 1 次提交
  29. 11 3月, 2011 1 次提交
  30. 09 2月, 2011 1 次提交
  31. 08 2月, 2011 1 次提交
  32. 04 2月, 2011 1 次提交
    • B
      7015169: GC Cause not always set · 5a6ed888
      brutisso 提交于
      Summary: Sometimes the gc cause was not always set. This caused JStat to print the wrong information.
      Reviewed-by: tonyp, ysr
      Contributed-by: suenaga.yasumasa@oss.ntt.co.jp
      5a6ed888
  33. 28 1月, 2011 1 次提交
  34. 20 1月, 2011 1 次提交
  35. 11 1月, 2011 1 次提交
  36. 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
  37. 01 12月, 2010 1 次提交
  38. 24 11月, 2010 1 次提交
  39. 22 10月, 2010 1 次提交