1. 22 9月, 2010 1 次提交
  2. 16 9月, 2010 1 次提交
  3. 15 9月, 2010 2 次提交
  4. 14 9月, 2010 4 次提交
  5. 12 9月, 2010 1 次提交
  6. 11 9月, 2010 2 次提交
  7. 09 9月, 2010 2 次提交
  8. 08 9月, 2010 3 次提交
  9. 04 9月, 2010 2 次提交
  10. 03 9月, 2010 1 次提交
  11. 31 8月, 2010 3 次提交
  12. 28 8月, 2010 3 次提交
  13. 27 8月, 2010 2 次提交
  14. 26 8月, 2010 2 次提交
  15. 25 8月, 2010 2 次提交
    • T
      6941275: G1: The MemoryPools are incorrectly supported for G1 · c66ff70f
      tonyp 提交于
      Summary: The way we were caluclating the max value meant that it might fluctuate during the run and this broke some assumptions inside the MBeans framework. This change sets the max value of each pool to -1, which means undefined according to the spec.
      Reviewed-by: mchung, johnc
      c66ff70f
    • T
      6978355: renaming for 6961697 · ca15a14c
      twisti 提交于
      Summary: This is the renaming part of 6961697 to keep the actual changes small for review.
      Reviewed-by: kvn, never
      ca15a14c
  16. 24 8月, 2010 2 次提交
  17. 21 8月, 2010 1 次提交
  18. 20 8月, 2010 3 次提交
  19. 19 8月, 2010 2 次提交
    • Y
      6977970: CMS: concurrentMarkSweepGeneration.cpp:7947 assert(addr <= _limit) failed: sweep invariant · acb79872
      ysr 提交于
      Summary: Allow for the possibility (when the heap is expanding) that the sweep might skip over and past, rather than necessarily step on, the sweep limit determined at the beginning of a concurrent marking cycle.
      Reviewed-by: jmasa, tonyp
      acb79872
    • J
      6977924: Changes for 6975078 produce build error with certain gcc versions · 118736e3
      johnc 提交于
      Summary: The changes introduced for 6975078 assign badHeapOopVal to the _allocation field in the ResourceObj class. In 32 bit linux builds with certain versions of gcc this assignment will be flagged as an error while compiling allocation.cpp. In 32 bit builds the constant value badHeapOopVal (which is cast to an intptr_t) is negative. The _allocation field is typed as an unsigned intptr_t and gcc catches this as an error.
      Reviewed-by: jcoomes, ysr, phh
      118736e3
  20. 18 8月, 2010 1 次提交