1. 04 7月, 2013 1 次提交
  2. 10 6月, 2013 1 次提交
  3. 22 5月, 2013 1 次提交
  4. 15 5月, 2013 1 次提交
  5. 09 5月, 2013 2 次提交
  6. 26 4月, 2013 1 次提交
  7. 25 4月, 2013 1 次提交
  8. 13 4月, 2013 1 次提交
    • D
      7104565: trim jprt build targets · f0e7c0d7
      drchase 提交于
      Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources
      Reviewed-by: dholmes, kvn, coleenp
      f0e7c0d7
  9. 10 4月, 2013 1 次提交
  10. 14 3月, 2013 1 次提交
  11. 12 3月, 2013 1 次提交
  12. 11 3月, 2013 1 次提交
  13. 23 4月, 2013 1 次提交
  14. 12 2月, 2013 1 次提交
  15. 07 2月, 2013 1 次提交
  16. 17 1月, 2013 1 次提交
  17. 05 1月, 2013 1 次提交
  18. 16 10月, 2012 1 次提交
  19. 09 10月, 2012 1 次提交
  20. 25 9月, 2012 1 次提交
  21. 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
  22. 19 9月, 2012 1 次提交
  23. 17 9月, 2012 1 次提交
  24. 02 9月, 2012 1 次提交
  25. 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
  26. 15 5月, 2012 1 次提交
  27. 26 4月, 2012 1 次提交
  28. 16 4月, 2012 1 次提交
  29. 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
  30. 27 1月, 2012 1 次提交
  31. 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
  32. 15 12月, 2011 1 次提交
  33. 28 11月, 2011 1 次提交
  34. 23 11月, 2011 1 次提交
  35. 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
  36. 10 8月, 2011 1 次提交
  37. 02 8月, 2011 1 次提交
  38. 07 7月, 2011 1 次提交
  39. 24 5月, 2011 1 次提交