1. 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
  2. 01 3月, 2011 1 次提交
  3. 28 2月, 2011 1 次提交
  4. 27 2月, 2011 1 次提交
  5. 25 2月, 2011 2 次提交
  6. 24 2月, 2011 1 次提交
  7. 23 2月, 2011 2 次提交
  8. 19 2月, 2011 1 次提交
  9. 17 2月, 2011 3 次提交
  10. 16 2月, 2011 1 次提交
  11. 12 2月, 2011 1 次提交
  12. 11 2月, 2011 2 次提交
  13. 10 2月, 2011 3 次提交
  14. 16 2月, 2011 1 次提交
  15. 15 2月, 2011 1 次提交
  16. 14 2月, 2011 1 次提交
  17. 12 2月, 2011 1 次提交
  18. 11 2月, 2011 3 次提交
  19. 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
  20. 09 2月, 2011 4 次提交
  21. 08 2月, 2011 6 次提交