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. 28 3月, 2011 1 次提交
  3. 23 3月, 2011 1 次提交
  4. 22 3月, 2011 1 次提交
  5. 02 3月, 2011 1 次提交
    • I
      6627983: G1: Bad oop deference during marking · b9091f37
      iveresov 提交于
      Summary: Bulk zeroing reduction didn't work with G1, because arraycopy would call pre-barriers on uninitialized oops. The solution is to have version of arraycopy stubs that don't have pre-barriers. Also refactored arraycopy stubs generation on SPARC to be more readable and reduced the number of stubs necessary in some cases.
      Reviewed-by: jrose, kvn, never
      b9091f37
  6. 27 2月, 2011 1 次提交
  7. 24 11月, 2010 1 次提交
  8. 08 10月, 2010 1 次提交
  9. 25 8月, 2010 1 次提交
    • T
      6978355: renaming for 6961697 · ffaef974
      twisti 提交于
      Summary: This is the renaming part of 6961697 to keep the actual changes small for review.
      Reviewed-by: kvn, never
      ffaef974
  10. 21 8月, 2010 1 次提交
  11. 16 6月, 2010 1 次提交
  12. 28 5月, 2010 1 次提交
  13. 11 5月, 2010 1 次提交
  14. 30 4月, 2010 1 次提交
  15. 27 4月, 2010 1 次提交
  16. 08 1月, 2010 1 次提交
  17. 16 10月, 2009 1 次提交
    • Y
      6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning · 349bfec0
      ysr 提交于
      6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks)
      Summary: Defer the (compiler-elided) card-mark upon a slow-path allocation until after the store  and before the next subsequent safepoint; G1 now answers yes to can_elide_tlab_write_barriers().
      Reviewed-by: jcoomes, kvn, never
      349bfec0
  18. 15 9月, 2009 1 次提交
  19. 11 9月, 2009 1 次提交
  20. 29 8月, 2009 1 次提交
  21. 05 8月, 2009 1 次提交
  22. 01 8月, 2009 1 次提交
  23. 22 7月, 2009 1 次提交
  24. 20 7月, 2009 1 次提交
  25. 17 7月, 2009 1 次提交
  26. 07 7月, 2009 1 次提交
  27. 02 7月, 2009 2 次提交
  28. 27 6月, 2009 1 次提交
  29. 22 5月, 2009 1 次提交
  30. 06 5月, 2009 1 次提交
  31. 24 4月, 2009 1 次提交
  32. 01 4月, 2009 1 次提交
    • C
      6761600: Use sse 4.2 in intrinsics · ccf9e3df
      cfang 提交于
      Summary: Use SSE 4.2 in intrinsics for String.{compareTo/equals/indexOf} and Arrays.equals.
      Reviewed-by: kvn, never, jrose
      ccf9e3df
  33. 14 3月, 2009 1 次提交
  34. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  35. 08 11月, 2008 1 次提交
  36. 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
  37. 25 6月, 2008 1 次提交
  38. 04 6月, 2008 1 次提交
  39. 30 5月, 2008 1 次提交