1. 15 4月, 2011 1 次提交
    • Y
      7036482: clear argument is redundant and unused in cardtable methods · 1a2f9848
      ysr 提交于
      Summary: Removed the unused clear argument to various cardtbale methods and unused mod_oop_in_space_iterate method. Unrelated to synopsis, added  a pair of clarifying parens in AllocationStats constructor.
      Reviewed-by: brutisso, jcoomes
      1a2f9848
  2. 14 4月, 2011 1 次提交
  3. 09 4月, 2011 2 次提交
    • J
      Merge · 1c6a3923
      jmasa 提交于
      1c6a3923
    • J
      Merge · a38c2c73
      jmasa 提交于
      a38c2c73
  4. 08 4月, 2011 3 次提交
    • J
      6841742: par compact - remove unused/unsupported options · 44f5f047
      jcoomes 提交于
      Summary: ignore UseParallel{OldGCDensePrefix,OldGCCompacting,DensePrefixUpdate}
      Reviewed-by: jwilhelm, brutisso
      44f5f047
    • J
      7034133: cleanup obsolete option handling · 087b1f9b
      jcoomes 提交于
      Reviewed-by: ysr, johnc, poonam
      087b1f9b
    • 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
  5. 07 4月, 2011 1 次提交
    • J
      Merge · fa7c6955
      jmasa 提交于
      fa7c6955
  6. 06 4月, 2011 2 次提交
  7. 02 4月, 2011 4 次提交
  8. 01 4月, 2011 5 次提交
  9. 31 3月, 2011 6 次提交
  10. 30 3月, 2011 6 次提交
  11. 28 3月, 2011 3 次提交
  12. 27 3月, 2011 1 次提交
  13. 26 3月, 2011 5 次提交