1. 12 3月, 2013 1 次提交
  2. 11 3月, 2013 1 次提交
  3. 02 2月, 2013 1 次提交
  4. 25 1月, 2013 1 次提交
    • M
      8005278: Serviceability Agent: jmap -heap and jstack -m fail · 98a7aa39
      minqi 提交于
      Summary: BinaryTreeDictionary is typedef'ed as AFLBinaryTreeDictionary in vmStructs and in SA we still use old name for that. FreeList now is a template based class which is not reflect in SA type library. When SA does calculation of heap for CMS, the former will cause failure to retrieve BinaryTreeDictionary  sine the rename. The later will fail wherever it is used in SA.
      Reviewed-by: dholmes, sla, coleenp
      Contributed-by: yunda.mly@taobao.com
      98a7aa39
  5. 07 2月, 2013 1 次提交
  6. 17 1月, 2013 1 次提交
  7. 05 1月, 2013 1 次提交
  8. 04 1月, 2013 1 次提交
  9. 30 12月, 2012 1 次提交
  10. 03 1月, 2013 1 次提交
  11. 27 11月, 2012 2 次提交
  12. 16 10月, 2012 1 次提交
  13. 10 10月, 2012 1 次提交
  14. 09 10月, 2012 1 次提交
  15. 04 10月, 2012 1 次提交
  16. 25 9月, 2012 1 次提交
  17. 20 9月, 2012 1 次提交
    • J
      7193946: Move warnings associated with UseMemSetInBOT flag · 4bf72cf2
      johnc 提交于
      Summary: The warnings associated with the UseMemSetInBOT flag are duplicated in CMS and G1. The separate warnings have been removed and single instance of the warning has been placed in a common location.
      Reviewed-by: brutisso, ysr
      4bf72cf2
  18. 19 9月, 2012 1 次提交
  19. 17 9月, 2012 2 次提交
  20. 02 9月, 2012 1 次提交
  21. 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
  22. 18 5月, 2012 1 次提交
  23. 15 5月, 2012 1 次提交
  24. 26 4月, 2012 1 次提交
  25. 16 4月, 2012 1 次提交
  26. 30 3月, 2012 1 次提交
    • J
      7131629: Generalize the CMS free list code · 98f667c6
      jmasa 提交于
      Summary: Make the FreeChunk, FreeList, TreeList, and BinaryTreeDictionary classes usable outside CMS.
      Reviewed-by: brutisso, johnc, jwilhelm
      Contributed-by: coleen.phillimore@oracle.com
      98f667c6
  27. 27 1月, 2012 2 次提交
  28. 19 1月, 2012 1 次提交
    • J
      7129514: time warp warnings after 7117303 · d7cbafe7
      johnc 提交于
      Summary: Replace calls to os::javaTimeMillis() that are used to update the milliseconds since the last GC to an equivalent that uses a monotonically non-decreasing time source.
      Reviewed-by: ysr, jmasa
      d7cbafe7
  29. 15 12月, 2011 1 次提交
  30. 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
  31. 28 11月, 2011 1 次提交
  32. 23 11月, 2011 1 次提交
  33. 27 10月, 2011 1 次提交
  34. 26 10月, 2011 1 次提交
    • Y
      7099817: CMS: +FLSVerifyLists +FLSVerifyIndexTable asserts: odd slot... · 1beac383
      ysr 提交于
      7099817: CMS: +FLSVerifyLists +FLSVerifyIndexTable asserts: odd slot non-empty, chunk not on free list
      Summary: Suitably weaken asserts that were in each case a tad too strong; fix up some loose uses of parameters in code related to size-indexed free list table.
      Reviewed-by: jmasa, brutisso, stefank
      1beac383
  35. 14 10月, 2011 1 次提交
  36. 26 9月, 2011 1 次提交
  37. 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