1. 08 4月, 2011 3 次提交
  2. 07 4月, 2011 1 次提交
  3. 06 4月, 2011 1 次提交
  4. 03 4月, 2011 1 次提交
  5. 01 4月, 2011 1 次提交
  6. 31 3月, 2011 2 次提交
  7. 30 3月, 2011 2 次提交
  8. 28 3月, 2011 1 次提交
  9. 27 3月, 2011 1 次提交
  10. 23 3月, 2011 2 次提交
  11. 22 3月, 2011 2 次提交
  12. 19 3月, 2011 1 次提交
  13. 17 3月, 2011 1 次提交
    • Y
      6896099: Integrate CMS heap ergo with default heap sizing ergo · 394e03cc
      ysr 提交于
      6627787: CMS: JVM refuses to start up with -Xms16m -Xmx16m
      7000125: CMS: Anti-monotone young gen sizing with respect to maximum whole heap size specification
      7027529: CMS: retire CMSUseOldDefaults flag
      Summary: Simplify CMS heap sizing code, relying on ergonomic initial sizing consistent with other collectors for the most part, controlling only young gen sizing to rein in pause times. Make CMS young gen sizing default statically cpu-dependant. Remove inconsistencies wrt generation sizing and policy code, allowing for the fixing for 6627787 and 7000125. For 7027529, retire the flag CMSUseOldDefaults which had been introduced as a bridge from JDK 5 to JDK 6 a number of years ago.
      Reviewed-by: brutisso, poonam
      394e03cc
  14. 15 3月, 2011 1 次提交
  15. 12 3月, 2011 1 次提交
  16. 11 3月, 2011 2 次提交
  17. 10 3月, 2011 1 次提交
  18. 05 3月, 2011 1 次提交
  19. 04 3月, 2011 2 次提交
  20. 07 3月, 2011 1 次提交
  21. 02 3月, 2011 2 次提交
    • I
      6627983: G1: Bad oop deference during marking · b9091f37
      iveresov 提交于
      Summary: Bulk zeroing reduction didn't work with G1, because arraycopy would call pre-barriers on uninitialized oops. The solution is to have version of arraycopy stubs that don't have pre-barriers. Also refactored arraycopy stubs generation on SPARC to be more readable and reduced the number of stubs necessary in some cases.
      Reviewed-by: jrose, kvn, never
      b9091f37
    • N
      6725983: Assertion "method->method_holder())->is_not_initialized(),"method... · caa99d4c
      never 提交于
      6725983: Assertion "method->method_holder())->is_not_initialized(),"method holder must be initialized"
      Reviewed-by: kvn, iveresov
      caa99d4c
  22. 28 2月, 2011 2 次提交
  23. 25 2月, 2011 1 次提交
  24. 19 2月, 2011 1 次提交
  25. 23 3月, 2011 1 次提交
    • B
      6948149: G1: Imbalance in termination times · 8c38c653
      brutisso 提交于
      Summary: Changed default value of WorkStealingYieldsBeforeSleep from 1000 to 5000. Added more information to G1 pause logging.
      Reviewed-by: jwilhelm, tonyp, jmasa
      8c38c653
  26. 17 2月, 2011 2 次提交
  27. 10 2月, 2011 2 次提交
    • I
      7017434: Tiered needs to support reprofiling · 4ea0e816
      iveresov 提交于
      Summary: Tiered needs to support proper method reprofiling after deopts.
      Reviewed-by: kvn
      4ea0e816
    • J
      7017008: G1: Turn on compressed oops by default. · 65cec2f2
      johnc 提交于
      Summary: Normally compressed oops is enabled when the maximum heap size is under a certain limit, except when G1 is also enabled. Remove this limitation. Also re-enable GCBasher testing with G1 on 64 bit windows in jprt.
      Reviewed-by: jcoomes, brutisso, tonyp
      65cec2f2
  28. 09 2月, 2011 1 次提交
    • C
      7014918: Improve core/minidump handling in Hotspot · e7bfde38
      ctornqvi 提交于
      Summary: Added Minidump support on Windows, enabled large page core dumps when coredump_filter is present and writing out path/rlimit for core dumps.
      Reviewed-by: poonam, dsamersoff, sla, coleenp
      e7bfde38