You need to sign in or sign up before continuing.
  1. 15 5月, 2012 1 次提交
  2. 06 3月, 2012 1 次提交
  3. 30 3月, 2012 1 次提交
  4. 02 3月, 2012 1 次提交
  5. 22 2月, 2012 1 次提交
  6. 15 2月, 2012 1 次提交
  7. 01 2月, 2012 2 次提交
  8. 05 10月, 2011 1 次提交
  9. 17 11月, 2011 1 次提交
  10. 02 9月, 2011 1 次提交
  11. 01 9月, 2011 1 次提交
  12. 31 8月, 2011 1 次提交
  13. 29 7月, 2011 1 次提交
  14. 02 7月, 2011 1 次提交
  15. 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
  16. 03 4月, 2011 1 次提交
  17. 28 3月, 2011 1 次提交
  18. 19 3月, 2011 1 次提交
  19. 07 3月, 2011 1 次提交
  20. 25 2月, 2011 1 次提交
  21. 22 1月, 2011 1 次提交
  22. 14 1月, 2011 1 次提交
  23. 03 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. 30 9月, 2010 1 次提交
    • I
      6988346: 6986046 breaks tiered · 7a1604dd
      iveresov 提交于
      Summary: adjusted profiling code generation to use the new ValueStack implementation; lowered optimization level for c1_LinearScan.cpp on solaris x64.
      Reviewed-by: kvn, never
      7a1604dd
  27. 14 9月, 2010 1 次提交
  28. 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
  29. 10 6月, 2010 1 次提交
  30. 05 6月, 2010 1 次提交
  31. 28 5月, 2010 1 次提交
  32. 23 5月, 2010 1 次提交
  33. 19 5月, 2010 1 次提交
  34. 27 4月, 2010 1 次提交
  35. 16 4月, 2010 1 次提交
  36. 10 3月, 2010 1 次提交
  37. 30 12月, 2009 1 次提交
  38. 02 11月, 2009 1 次提交
  39. 16 9月, 2009 1 次提交