1. 14 8月, 2013 1 次提交
  2. 12 6月, 2013 2 次提交
  3. 10 6月, 2013 1 次提交
  4. 05 6月, 2013 1 次提交
  5. 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
  6. 23 5月, 2013 1 次提交
  7. 17 5月, 2013 1 次提交
  8. 15 5月, 2013 1 次提交
  9. 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
  10. 11 3月, 2013 1 次提交
  11. 13 2月, 2013 1 次提交
  12. 23 4月, 2013 1 次提交
  13. 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
  14. 24 1月, 2013 1 次提交
  15. 17 1月, 2013 1 次提交
  16. 03 1月, 2013 1 次提交
  17. 13 12月, 2012 1 次提交
  18. 27 11月, 2012 1 次提交
  19. 10 10月, 2012 1 次提交
  20. 05 10月, 2012 2 次提交
  21. 04 10月, 2012 1 次提交
  22. 29 9月, 2012 1 次提交
  23. 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
  24. 19 9月, 2012 2 次提交
  25. 08 9月, 2012 1 次提交
  26. 02 9月, 2012 1 次提交
  27. 07 8月, 2012 1 次提交
  28. 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
  29. 15 5月, 2012 1 次提交
  30. 26 4月, 2012 1 次提交
  31. 16 4月, 2012 1 次提交
  32. 23 3月, 2012 1 次提交
  33. 28 12月, 2011 1 次提交
  34. 23 11月, 2011 1 次提交
  35. 21 10月, 2011 1 次提交
    • J
      7099824: G1: we should take the pending list lock before doing the remark pause · 08630d11
      johnc 提交于
      Summary: Acquire the pending list lock in the prologue method of G1's concurrent VM_Operation and release the lock in the epilogue() method. The locking/unlocking order of the pending list lock and the Heap_lock should match that in the prologue and epilogue methods of VM_GC_Operation.
      Reviewed-by: tonyp, ysr
      08630d11
  36. 14 10月, 2011 1 次提交