1. 17 1月, 2013 1 次提交
  2. 05 1月, 2013 1 次提交
  3. 04 1月, 2013 1 次提交
  4. 30 12月, 2012 1 次提交
  5. 03 1月, 2013 1 次提交
  6. 27 11月, 2012 2 次提交
  7. 16 10月, 2012 1 次提交
  8. 10 10月, 2012 1 次提交
  9. 09 10月, 2012 1 次提交
  10. 04 10月, 2012 1 次提交
  11. 25 9月, 2012 1 次提交
  12. 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
  13. 19 9月, 2012 1 次提交
  14. 17 9月, 2012 2 次提交
  15. 02 9月, 2012 1 次提交
  16. 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
  17. 18 5月, 2012 1 次提交
  18. 15 5月, 2012 1 次提交
  19. 26 4月, 2012 1 次提交
  20. 16 4月, 2012 1 次提交
  21. 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
  22. 27 1月, 2012 2 次提交
  23. 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
  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. 28 11月, 2011 1 次提交
  27. 23 11月, 2011 1 次提交
  28. 27 10月, 2011 1 次提交
  29. 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
  30. 14 10月, 2011 1 次提交
  31. 26 9月, 2011 1 次提交
  32. 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
  33. 10 8月, 2011 1 次提交
  34. 02 8月, 2011 1 次提交
  35. 07 7月, 2011 1 次提交
  36. 21 6月, 2011 1 次提交
  37. 28 5月, 2011 1 次提交
    • Y
      7048342: CMS: eob == _limit || fc->isFree() failed: Only a free chunk should... · 5e28a367
      ysr 提交于
      7048342: CMS: eob == _limit || fc->isFree() failed: Only a free chunk should allow us to cross over the limit
      Summary: The freeness bit was being cleared in debug code when it shouldn't have been. Also removed unused FreeChunk methods linkAfterNonNull and clearPrev.
      Reviewed-by: brutisso
      5e28a367