1. 07 10月, 2013 1 次提交
  2. 11 9月, 2013 1 次提交
  3. 30 8月, 2013 1 次提交
  4. 22 8月, 2013 1 次提交
  5. 14 8月, 2013 1 次提交
  6. 12 6月, 2013 2 次提交
  7. 10 6月, 2013 1 次提交
  8. 05 6月, 2013 1 次提交
  9. 04 6月, 2013 1 次提交
    • T
      6976350: G1: deal with fragmentation while copying objects during GC · fc475a94
      tamao 提交于
      Summary: Create G1ParGCAllocBufferContainer to contain two buffers instead of previously using one buffer, in order to hold the first priority buffer longer. Thus, when some large objects hits the value of free space left in the first priority buffer it has an alternative to fit in the second priority buffer while the first priority buffer is given more chances to try allocating smaller objects. Overall, it will improve heap space efficiency.
      Reviewed-by: johnc, jmasa, brutisso
      Contributed-by: Ntamao <tao.mao@oracle.com>
      fc475a94
  10. 23 5月, 2013 1 次提交
  11. 17 5月, 2013 1 次提交
  12. 15 5月, 2013 1 次提交
  13. 10 5月, 2013 1 次提交
    • M
      8003557: NPG: Klass* const k should be const Klass* k. · 6ee9c8ef
      minqi 提交于
      Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
      Reviewed-by: coleenp, kvn
      Contributed-by: yumin.qi@oracle.com
      6ee9c8ef
  14. 11 3月, 2013 1 次提交
  15. 13 2月, 2013 1 次提交
  16. 23 4月, 2013 1 次提交
  17. 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
  18. 24 1月, 2013 1 次提交
  19. 17 1月, 2013 1 次提交
  20. 03 1月, 2013 1 次提交
  21. 13 12月, 2012 1 次提交
  22. 27 11月, 2012 1 次提交
  23. 10 10月, 2012 1 次提交
  24. 05 10月, 2012 2 次提交
  25. 04 10月, 2012 1 次提交
  26. 29 9月, 2012 1 次提交
  27. 21 9月, 2012 2 次提交
    • J
      7199923: NPG: tools/javac/T7093325.java timeout · 8a1117c3
      jmasa 提交于
      Reviewed-by: stefank, coleenp, kvn
      8a1117c3
    • J
      7190666: G1: assert(_unused == 0) failed: Inconsistency in PLAB stats · 749cb85e
      johnc 提交于
      Summary: Reset the fields in ParGCAllocBuffer, that are used for accumulating values for the ResizePLAB sensors in PLABStats, to zero after flushing the values to the PLABStats fields. Flush PLABStats values only when retiring the final allocation buffers prior to disposing of a G1ParScanThreadState object, rather than when retiring every allocation buffer.
      Reviewed-by: jwilhelm, jmasa, ysr
      749cb85e
  28. 19 9月, 2012 2 次提交
  29. 08 9月, 2012 1 次提交
  30. 02 9月, 2012 1 次提交
  31. 07 8月, 2012 1 次提交
  32. 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
  33. 15 5月, 2012 1 次提交
  34. 26 4月, 2012 1 次提交
  35. 16 4月, 2012 1 次提交
  36. 23 3月, 2012 1 次提交