1. 26 9月, 2011 1 次提交
  2. 10 9月, 2011 1 次提交
  3. 08 9月, 2011 1 次提交
  4. 08 8月, 2011 1 次提交
  5. 28 7月, 2011 1 次提交
  6. 17 6月, 2011 1 次提交
  7. 13 5月, 2011 1 次提交
  8. 12 4月, 2011 1 次提交
  9. 08 4月, 2011 1 次提交
    • J
      7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error · 6f87c7dd
      johnc 提交于
      Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer.
      Reviewed-by: kvn, iveresov, never, tonyp, dholmes
      6f87c7dd
  10. 06 4月, 2011 1 次提交
  11. 04 4月, 2011 1 次提交
  12. 19 3月, 2011 1 次提交
  13. 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
  14. 01 2月, 2011 1 次提交
  15. 02 12月, 2010 1 次提交
  16. 24 11月, 2010 1 次提交
  17. 08 10月, 2010 2 次提交
  18. 18 8月, 2010 1 次提交
  19. 11 8月, 2010 1 次提交
  20. 14 6月, 2010 1 次提交
  21. 28 5月, 2010 1 次提交
  22. 12 5月, 2010 1 次提交
  23. 07 5月, 2010 1 次提交
  24. 06 5月, 2010 1 次提交
  25. 05 5月, 2010 1 次提交
  26. 04 5月, 2010 1 次提交
  27. 30 4月, 2010 2 次提交
  28. 16 4月, 2010 1 次提交
  29. 15 4月, 2010 2 次提交
  30. 31 3月, 2010 1 次提交
  31. 30 3月, 2010 1 次提交
  32. 18 2月, 2010 1 次提交
  33. 13 2月, 2010 1 次提交
    • K
      6926048: Improve Zero performance · d6d88011
      kvn 提交于
      Summary: Make Zero figure out result types in a similar way to C++ interpreter implementation.
      Reviewed-by: kvn
      Contributed-by: gbenson@redhat.com
      d6d88011
  34. 29 1月, 2010 1 次提交
  35. 06 1月, 2010 1 次提交
  36. 27 11月, 2009 1 次提交
  37. 29 10月, 2009 1 次提交