1. 12 3月, 2011 1 次提交
  2. 02 3月, 2011 1 次提交
    • 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
  3. 28 2月, 2011 1 次提交
  4. 23 2月, 2011 1 次提交
    • I
      7020521: arraycopy stubs place prebarriers incorrectly · 44227033
      iveresov 提交于
      Summary: Rearranged the pre-barrier placement in arraycopy stubs so that they are properly called in case of chained calls. Also refactored the code a little bit so that it looks uniform across the platforms and is more readable.
      Reviewed-by: never, kvn
      44227033
  5. 14 2月, 2011 1 次提交
  6. 11 2月, 2011 1 次提交
  7. 02 2月, 2011 1 次提交
    • C
      6588413: Use -fvisibility=hidden for gcc compiles · e02b7391
      coleenp 提交于
      Summary: Add option for gcc 4 and above, define JNIEXPORT and JNIIMPORT to visibility=default, add for jio_snprintf and others since -fvisibility=hidden overrides --version-script definitions.
      Reviewed-by: kamg, never
      e02b7391
  8. 28 1月, 2011 1 次提交
  9. 25 1月, 2011 1 次提交
  10. 21 1月, 2011 1 次提交
  11. 13 1月, 2011 1 次提交
  12. 12 1月, 2011 1 次提交
  13. 11 1月, 2011 1 次提交
  14. 10 1月, 2011 1 次提交
  15. 07 1月, 2011 2 次提交
  16. 28 12月, 2010 1 次提交
  17. 22 12月, 2010 1 次提交
  18. 17 12月, 2010 1 次提交
  19. 15 12月, 2010 1 次提交
  20. 08 12月, 2010 1 次提交
  21. 04 12月, 2010 1 次提交
  22. 03 12月, 2010 3 次提交
  23. 02 12月, 2010 1 次提交
  24. 01 12月, 2010 1 次提交
    • I
      6985015: C1 needs to support compressed oops · 7e8f9e32
      iveresov 提交于
      Summary: This change implements compressed oops for C1 for x64 and sparc. The changes are mostly on the codegen level, with a few exceptions when we do access things outside of the heap that are uncompressed from the IR. Compressed oops are now also enabled with tiered.
      Reviewed-by: twisti, kvn, never, phh
      7e8f9e32
  25. 24 11月, 2010 1 次提交
  26. 05 11月, 2010 1 次提交
  27. 03 11月, 2010 2 次提交
  28. 31 10月, 2010 2 次提交
  29. 18 10月, 2010 1 次提交
  30. 16 10月, 2010 1 次提交
  31. 13 10月, 2010 3 次提交
  32. 11 10月, 2010 1 次提交
  33. 08 10月, 2010 1 次提交