1. 10 12月, 2010 2 次提交
  2. 08 12月, 2010 5 次提交
    • K
      7003789: PTRACE_GETREGS problems with SA on Linux. · c489ff91
      kevinw 提交于
      Summary: ifdef definitions for PTRACE_GETREGS_REQ clarified
      Reviewed-by: dholmes
      c489ff91
    • Y
      7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot ||... · 8be7836d
      ysr 提交于
      7001033: assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed())
      7002546: regression on SpecJbb2005 on 7b118 comparing to 7b117 on small heaps
      Summary: Relaxed assertion checking related to incremental_collection_failed flag to allow for ExplicitGCInvokesConcurrent behaviour where we do not want a failing scavenge to bail to a stop-world collection. Parameterized incremental_collection_will_fail() so we can selectively use, or not use, as appropriate, the statistical prediction at specific use sites. This essentially reverts the scavenge bail-out logic to what it was prior to some recent changes that had inadvertently started using the statistical prediction which can be noisy in the presence of bursty loads. Added some associated verbose non-product debugging messages.
      Reviewed-by: johnc, tonyp
      8be7836d
    • J
      Merge · adff88a9
      johnc 提交于
      adff88a9
    • J
      6994628: G1: Test gc/gctests/FinalizeTest05 fails (one live object is finalized) · a669d665
      johnc 提交于
      Summary: The Solaris Studio 12 update 1 C++ compiler was incorrectly re-ordering the reads of an object's mark word in oopDesc::forward_to_atomic(). This opened a small window where one thread could execute the successful CAS path even though another thread had already successfully forwarded the object. This could result in an object being copied twice. The code in oopDesc::forward_to_atomic() was changed to read the mark word once.
      Reviewed-by: ysr, tonyp
      a669d665
    • T
      6994056: G1: when GC locker is active, extend the Eden instead of allocating into the old gen · ca3e35c8
      tonyp 提交于
      Summary: Allow the eden to the expanded up to a point when the GC locker is active.
      Reviewed-by: jwilhelm, johnc, ysr, jcoomes
      ca3e35c8
  3. 07 12月, 2010 3 次提交
  4. 04 12月, 2010 1 次提交
  5. 03 12月, 2010 1 次提交
  6. 02 12月, 2010 1 次提交
  7. 03 12月, 2010 1 次提交
  8. 02 12月, 2010 1 次提交
  9. 01 12月, 2010 1 次提交
  10. 03 12月, 2010 1 次提交
  11. 02 12月, 2010 2 次提交
  12. 01 12月, 2010 3 次提交
  13. 30 11月, 2010 1 次提交
  14. 24 11月, 2010 2 次提交
  15. 23 11月, 2010 1 次提交
  16. 20 11月, 2010 3 次提交
    • C
      Merge · b76f4992
      coleenp 提交于
      b76f4992
    • I
      Merge · 22d4b2a0
      iveresov 提交于
      22d4b2a0
    • J
      Merge · 81937723
      jmasa 提交于
      81937723
  17. 19 11月, 2010 3 次提交
  18. 17 11月, 2010 5 次提交
    • Z
      Merge · ac1033dc
      zgu 提交于
      ac1033dc
    • J
      Merge · 0baf2379
      johnc 提交于
      0baf2379
    • I
      7000349: Tiered reacts incorrectly to C1 compilation failures · a9d5455e
      iveresov 提交于
      Summary: Fix policy reaction to C1 comilation failures, make C1 properly report errors.
      Reviewed-by: kvn
      a9d5455e
    • J
      6978187: G1: assert(ParallelGCThreads> 1 || n_yielded() == _hrrs->occupied()) strikes again · 8d02802f
      johnc 提交于
      Summary: An evacuation failure while copying the roots caused an object, A, to be forwarded to itself. During the subsequent RSet updating a reference to A was processed causing the reference to be added to the RSet of A's heap region. As a result of adding to the remembered set we ran into the issue described in 6930581 - the sparse table expanded and the RSet scanning code walked the cards in one instance of RHashTable (_cur) while the occupied() counts the cards in the expanded table (_next).
      Reviewed-by: tonyp, iveresov
      8d02802f
    • Y
      7000578: CMS: assert(SafepointSynchronize::is_at_safepoint()) failed: Else races are possible · 3e22a1c3
      ysr 提交于
      Summary: Weakened assert in onj_is_alive() to allow its use at initialization time when is_at_safepoint() normally reports false; added some related asserts to check order of is_init_completed() after Universe::is_fully_initialized().
      Reviewed-by: jcoomes
      3e22a1c3
  19. 16 11月, 2010 1 次提交
    • J
      Merge · 1cb7ed62
      jmasa 提交于
      1cb7ed62
  20. 13 11月, 2010 1 次提交
  21. 12 11月, 2010 1 次提交
    • Z
      Merge · 2cae37b1
      zgu 提交于
      2cae37b1