1. 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
  2. 14 2月, 2011 1 次提交
  3. 13 1月, 2011 1 次提交
  4. 12 1月, 2011 1 次提交
  5. 07 1月, 2011 1 次提交
  6. 15 12月, 2010 1 次提交
  7. 03 12月, 2010 1 次提交
  8. 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
  9. 24 11月, 2010 1 次提交
  10. 31 10月, 2010 1 次提交
  11. 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
  12. 11 10月, 2010 1 次提交
  13. 29 7月, 2010 1 次提交
  14. 28 5月, 2010 1 次提交
  15. 21 5月, 2010 1 次提交
  16. 19 5月, 2010 1 次提交
  17. 29 4月, 2010 1 次提交
    • T
      6829193: JSR 292 needs to support SPARC · 9c88edc1
      twisti 提交于
      Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC.
      Reviewed-by: kvn, never, jrose
      9c88edc1
  18. 27 4月, 2010 1 次提交
  19. 23 4月, 2010 1 次提交
  20. 06 10月, 2009 1 次提交
  21. 15 9月, 2009 1 次提交
  22. 22 4月, 2009 1 次提交
    • T
      6822110: Add AddressLiteral class on SPARC · 326dca6e
      twisti 提交于
      Summary: The Address class on SPARC currently handles both, addresses and address literals, what makes the Address class more complicated than it has to be.
      Reviewed-by: never, kvn
      326dca6e
  23. 09 4月, 2009 1 次提交
  24. 21 3月, 2009 1 次提交
  25. 14 3月, 2009 1 次提交
  26. 07 3月, 2009 1 次提交
  27. 05 3月, 2009 1 次提交
  28. 08 11月, 2008 1 次提交
  29. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  30. 06 6月, 2008 1 次提交
  31. 29 5月, 2008 1 次提交
  32. 22 5月, 2008 1 次提交
  33. 24 4月, 2008 1 次提交
  34. 14 4月, 2008 1 次提交
  35. 01 12月, 2007 1 次提交