1. 02 2月, 2013 1 次提交
  2. 23 2月, 2013 1 次提交
  3. 22 2月, 2013 1 次提交
  4. 06 2月, 2013 1 次提交
  5. 02 2月, 2013 1 次提交
  6. 01 2月, 2013 1 次提交
    • J
      8005875: G1: Kitchensink fails with ParallelGCThreads=0 · 6fa36406
      johnc 提交于
      Summary: Check that the concurrent marking worker gang exists in ConcurrentMark::print_worker_threads_on(). Changes were also reviewed by Vitaly Davidovich <vitalyd@gmail.com>.
      Reviewed-by: brutisso
      6fa36406
  7. 26 1月, 2013 1 次提交
    • A
      6479360: PrintClassHistogram improvements · f8a15064
      acorn 提交于
      Summary: jcmd <pid> GC.class_stats (UnlockDiagnosticVMOptions)
      Reviewed-by: coleenp, hseigel, sla, acorn
      Contributed-by: ioi.lam@oracle.com
      f8a15064
  8. 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
  9. 12 2月, 2013 1 次提交
    • J
      8007772: G1: assert(!hr->isHumongous() || mr.start() == hr->bottom()) failed:... · 8c793d0e
      johnc 提交于
      8007772: G1: assert(!hr->isHumongous() || mr.start() == hr->bottom()) failed: the start of HeapRegion and MemRegion should be consistent for humongous regions
      Summary: In do_marking_step(), we should always give up current region after scanning the object, if the region is humongous.
      Reviewed-by: brutisso, jwilhelm, tamao
      8c793d0e
  10. 11 2月, 2013 1 次提交
  11. 07 2月, 2013 2 次提交
  12. 24 1月, 2013 1 次提交
  13. 17 1月, 2013 1 次提交
  14. 16 1月, 2013 2 次提交
  15. 15 1月, 2013 1 次提交
  16. 05 1月, 2013 1 次提交
  17. 04 1月, 2013 1 次提交
  18. 30 12月, 2012 1 次提交
  19. 04 1月, 2013 1 次提交
  20. 22 12月, 2012 1 次提交
    • J
      8001424: G1: Rename certain G1-specific flags · 323940a5
      johnc 提交于
      Summary: Rename G1DefaultMinNewGenPercent, G1DefaultMaxNewGenPercent, and G1OldCSetRegionLiveThresholdPercent to G1NewSizePercent, G1MaxNewSizePercent, and G1MixedGCLiveThresholdPercent respectively. The previous names are no longer accepted.
      Reviewed-by: brutisso, ysr
      323940a5
  21. 03 1月, 2013 1 次提交
  22. 13 12月, 2012 1 次提交
  23. 01 12月, 2012 1 次提交
  24. 28 11月, 2012 1 次提交
  25. 27 11月, 2012 3 次提交
  26. 16 10月, 2012 1 次提交
  27. 10 10月, 2012 1 次提交
  28. 09 10月, 2012 2 次提交
  29. 06 10月, 2012 1 次提交
  30. 05 10月, 2012 2 次提交
  31. 04 10月, 2012 1 次提交
  32. 03 10月, 2012 1 次提交
  33. 02 10月, 2012 1 次提交
  34. 29 9月, 2012 1 次提交