1. 26 4月, 2016 1 次提交
    • A
      8154210: Zero: Better byte behaviour · 117c5b4f
      aph 提交于
      Summary: Complete support for 8132051 on Zero and fix failure on 64-bit big-endian systems
      Reviewed-by: andrew, chrisphi, coleenp
      117c5b4f
  2. 03 3月, 2016 1 次提交
  3. 16 8月, 2014 1 次提交
  4. 01 4月, 2014 1 次提交
  5. 16 1月, 2016 1 次提交
  6. 29 4月, 2014 1 次提交
  7. 25 12月, 2013 1 次提交
  8. 25 10月, 2013 1 次提交
  9. 15 9月, 2013 1 次提交
  10. 21 8月, 2013 1 次提交
  11. 07 5月, 2013 1 次提交
  12. 13 3月, 2013 1 次提交
  13. 24 1月, 2013 1 次提交
  14. 28 11月, 2012 1 次提交
  15. 30 10月, 2012 1 次提交
  16. 02 9月, 2012 1 次提交
  17. 25 7月, 2012 1 次提交
  18. 09 5月, 2012 1 次提交
  19. 17 6月, 2011 1 次提交
  20. 13 5月, 2011 1 次提交
  21. 12 4月, 2011 1 次提交
  22. 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
  23. 19 3月, 2011 1 次提交
  24. 24 11月, 2010 1 次提交
  25. 14 6月, 2010 1 次提交
  26. 28 5月, 2010 1 次提交
  27. 12 5月, 2010 1 次提交
  28. 30 4月, 2010 1 次提交
  29. 15 4月, 2010 1 次提交
  30. 30 3月, 2010 1 次提交
  31. 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
  32. 06 1月, 2010 1 次提交
  33. 27 11月, 2009 1 次提交
  34. 14 10月, 2009 1 次提交