1. 05 5月, 2011 1 次提交
  2. 28 4月, 2011 1 次提交
  3. 26 4月, 2011 1 次提交
  4. 21 4月, 2011 1 次提交
  5. 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
  6. 06 4月, 2011 1 次提交
  7. 03 4月, 2011 1 次提交
  8. 22 3月, 2011 1 次提交
  9. 03 12月, 2010 1 次提交
  10. 24 11月, 2010 1 次提交
  11. 19 11月, 2010 1 次提交
  12. 09 9月, 2010 1 次提交
  13. 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
  14. 21 8月, 2010 1 次提交
  15. 16 6月, 2010 1 次提交
  16. 08 6月, 2010 1 次提交
    • J
      6953058: G1: A bigapp crashes with SIGSEGV in compiled code · 78ed4c5e
      johnc 提交于
      Summary: In C2's G1 post write barrier, the loads of the buffer and index fields from the DirtyCardQueue structure may be moved across a safepoint. Use the current value of "control" in the C2 IR to limit how far these loads can move.
      Reviewed-by: never, iveresov, kvn
      78ed4c5e
  17. 28 5月, 2010 1 次提交
  18. 27 4月, 2010 1 次提交
  19. 09 2月, 2010 1 次提交
  20. 02 2月, 2010 1 次提交
  21. 14 1月, 2010 1 次提交
    • Y
      6896647: card marks can be deferred too long · 651edb8d
      ysr 提交于
      Summary: Deferred card marks are now flushed during the gc prologue. Parallel[Scavege,OldGC] and SerialGC no longer defer card marks generated by COMPILER2 as a result of ReduceInitialCardMarks. For these cases, introduced a diagnostic option to defer the card marks, only for the purposes of testing and diagnostics. CMS and G1 continue to defer card marks. Potential performance concern related to single-threaded flushing of deferred card marks in the gc prologue will be addressed in the future.
      Reviewed-by: never, johnc
      651edb8d
  22. 05 1月, 2010 1 次提交
  23. 09 12月, 2009 1 次提交
  24. 13 11月, 2009 1 次提交
  25. 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
  26. 15 9月, 2009 1 次提交
  27. 09 9月, 2009 2 次提交
  28. 29 8月, 2009 1 次提交
  29. 01 8月, 2009 1 次提交
  30. 17 7月, 2009 1 次提交
  31. 02 7月, 2009 1 次提交
  32. 27 6月, 2009 1 次提交
  33. 09 5月, 2009 1 次提交
  34. 24 4月, 2009 1 次提交
  35. 22 4月, 2009 1 次提交
  36. 14 3月, 2009 1 次提交
  37. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 58e87f34
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      58e87f34
  38. 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
  39. 06 2月, 2009 1 次提交