1. 21 8月, 2013 1 次提交
  2. 21 3月, 2013 1 次提交
  3. 24 1月, 2013 1 次提交
  4. 21 12月, 2012 1 次提交
  5. 02 9月, 2012 1 次提交
  6. 21 8月, 2012 1 次提交
  7. 26 1月, 2012 1 次提交
  8. 07 12月, 2011 1 次提交
  9. 27 10月, 2011 1 次提交
  10. 19 4月, 2011 1 次提交
  11. 14 4月, 2011 1 次提交
  12. 09 4月, 2011 1 次提交
  13. 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
  14. 24 3月, 2011 1 次提交
  15. 19 3月, 2011 1 次提交
  16. 25 1月, 2011 1 次提交
  17. 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
  18. 24 11月, 2010 1 次提交
  19. 16 10月, 2010 1 次提交
  20. 04 9月, 2010 1 次提交
    • I
      6953144: Tiered compilation · d2bc8599
      iveresov 提交于
      Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
      Reviewed-by: kvn, never, phh, twisti
      d2bc8599
  21. 28 5月, 2010 1 次提交
  22. 10 3月, 2010 1 次提交
  23. 30 12月, 2009 1 次提交
  24. 03 10月, 2008 1 次提交
    • X
      6754988: Update copyright year · c3924f27
      xdono 提交于
      Summary: Update for files that have been modified starting July 2008
      Reviewed-by: ohair, tbell
      c3924f27
  25. 27 8月, 2008 1 次提交
  26. 06 6月, 2008 1 次提交
  27. 01 12月, 2007 1 次提交