1. 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
  2. 28 2月, 2011 1 次提交
  3. 27 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. 10 2月, 2011 1 次提交
  6. 14 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. 01 2月, 2011 1 次提交
  9. 28 1月, 2011 1 次提交
  10. 26 1月, 2011 1 次提交
  11. 25 1月, 2011 1 次提交
  12. 20 1月, 2011 1 次提交
  13. 19 1月, 2011 1 次提交
  14. 11 1月, 2011 1 次提交
  15. 10 1月, 2011 1 次提交
  16. 07 1月, 2011 2 次提交
  17. 28 12月, 2010 1 次提交
  18. 22 12月, 2010 1 次提交
  19. 08 12月, 2010 1 次提交
  20. 03 12月, 2010 2 次提交
  21. 02 12月, 2010 3 次提交
  22. 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
  23. 30 11月, 2010 1 次提交
  24. 24 11月, 2010 1 次提交
  25. 07 11月, 2010 1 次提交
  26. 03 11月, 2010 1 次提交
  27. 31 10月, 2010 1 次提交
  28. 16 10月, 2010 1 次提交
  29. 13 10月, 2010 1 次提交
    • I
      6991512: G1 barriers fail with 64bit C1 · b72f3305
      iveresov 提交于
      Summary: Fix compare-and-swap intrinsic problem with G1 post-barriers and issue with branch ranges in G1 stubs on sparc
      Reviewed-by: never, kvn
      b72f3305
  30. 11 10月, 2010 1 次提交
  31. 08 10月, 2010 1 次提交
  32. 07 10月, 2010 1 次提交
  33. 06 10月, 2010 1 次提交
  34. 05 10月, 2010 1 次提交
  35. 01 10月, 2010 1 次提交
  36. 24 9月, 2010 1 次提交