1. 08 4月, 2011 2 次提交
    • 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
  2. 06 4月, 2011 1 次提交
  3. 19 2月, 2011 1 次提交
  4. 05 4月, 2011 2 次提交
  5. 30 3月, 2011 2 次提交
  6. 29 3月, 2011 1 次提交
    • J
      7026932: G1: No need to abort VM when card count cache expansion fails · 65085e41
      johnc 提交于
      Summary: Manage allocation/freeing of the card cache counts and epochs arrays directly so that an allocation failure while attempting to expand these arrays does not abort the JVM. Failure to expand these arrays is not fatal.
      Reviewed-by: iveresov, tonyp
      65085e41
  7. 23 3月, 2011 1 次提交
    • B
      6948149: G1: Imbalance in termination times · 8c38c653
      brutisso 提交于
      Summary: Changed default value of WorkStealingYieldsBeforeSleep from 1000 to 5000. Added more information to G1 pause logging.
      Reviewed-by: jwilhelm, tonyp, jmasa
      8c38c653
  8. 26 3月, 2011 1 次提交
    • J
      Merge · e37dbca1
      jcoomes 提交于
      e37dbca1
  9. 25 3月, 2011 5 次提交
  10. 24 3月, 2011 1 次提交
  11. 23 3月, 2011 3 次提交
  12. 22 3月, 2011 4 次提交
  13. 21 3月, 2011 1 次提交
  14. 19 3月, 2011 5 次提交
  15. 18 3月, 2011 6 次提交
  16. 17 3月, 2011 3 次提交
    • V
      Merge · 88c211e9
      vladidan 提交于
      88c211e9
    • C
      7019165: Incorrect symbols in pstack output after SymbolTable changes · fa814f85
      coleenp 提交于
      Summary: And out lsb which is set for symbols in constant pool slots to distinguish them from strings
      Reviewed-by: phh, dholmes, never, dcubed
      fa814f85
    • Y
      6896099: Integrate CMS heap ergo with default heap sizing ergo · 394e03cc
      ysr 提交于
      6627787: CMS: JVM refuses to start up with -Xms16m -Xmx16m
      7000125: CMS: Anti-monotone young gen sizing with respect to maximum whole heap size specification
      7027529: CMS: retire CMSUseOldDefaults flag
      Summary: Simplify CMS heap sizing code, relying on ergonomic initial sizing consistent with other collectors for the most part, controlling only young gen sizing to rein in pause times. Make CMS young gen sizing default statically cpu-dependant. Remove inconsistencies wrt generation sizing and policy code, allowing for the fixing for 6627787 and 7000125. For 7027529, retire the flag CMSUseOldDefaults which had been introduced as a bridge from JDK 5 to JDK 6 a number of years ago.
      Reviewed-by: brutisso, poonam
      394e03cc
  17. 16 3月, 2011 1 次提交