1. 23 4月, 2015 1 次提交
  2. 16 4月, 2015 1 次提交
  3. 09 4月, 2015 1 次提交
  4. 07 4月, 2015 1 次提交
  5. 07 1月, 2015 1 次提交
    • T
      8048179: Early reclaim of large objects that are referenced by a few objects · dd0f649b
      tschatzl 提交于
      Summary: Push the remembered sets of large objects with few referenced into the dirty card queue at the beginning of the evacuation so that they may end up with zero remembered set entries at the end of the collection, and are potentially reclaimed. Also improve timing measurements of the early reclaim mechanism, and shorten flag names.
      Reviewed-by: brutisso, jmasa, dfazunen
      dd0f649b
  6. 01 12月, 2014 1 次提交
  7. 26 3月, 2015 1 次提交
  8. 01 12月, 2014 1 次提交
  9. 26 3月, 2015 1 次提交
  10. 11 11月, 2014 1 次提交
    • S
      8064556: G1: ParallelGCThreads=0 may cause... · 0a89140f
      stefank 提交于
      8064556: G1: ParallelGCThreads=0 may cause assert(!MetadataOnStackMark::has_buffer_for_thread(Thread::current())) failed: Should be empty
      Reviewed-by: mgerdin, tschatzl
      0a89140f
  11. 23 10月, 2014 2 次提交
  12. 02 10月, 2014 1 次提交
  13. 30 9月, 2014 1 次提交
    • T
      8052172: Evacuation failure handling in G1 does not evacuate all objects if... · 45b1c7cf
      tschatzl 提交于
      8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
      Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references.
      Reviewed-by: iveresov, brutisso, mgerdin
      45b1c7cf
  14. 16 9月, 2014 1 次提交
  15. 06 10月, 2014 1 次提交
  16. 10 9月, 2014 1 次提交
  17. 29 8月, 2014 1 次提交
  18. 05 9月, 2014 1 次提交
  19. 21 8月, 2014 1 次提交
    • T
      8038423: G1: Decommit memory within heap · 72bba568
      tschatzl 提交于
      Summary: Allow G1 to decommit memory of arbitrary regions within the heap and their associated auxiliary data structures card table, BOT, hot card cache, and mark bitmaps.
      Reviewed-by: mgerdin, brutisso, jwilhelm
      72bba568
  20. 19 8月, 2014 3 次提交
  21. 31 3月, 2015 1 次提交
  22. 26 8月, 2014 2 次提交
  23. 21 8月, 2014 1 次提交
  24. 09 12月, 2014 2 次提交
  25. 19 12月, 2014 1 次提交
  26. 25 8月, 2014 1 次提交
  27. 25 3月, 2015 1 次提交
  28. 14 11月, 2014 1 次提交
  29. 10 10月, 2014 1 次提交
    • T
      8058801: G1TraceReclaimDeadHumongousObjectsAtYoungGC only prints humongous... · a4f92823
      tschatzl 提交于
      8058801: G1TraceReclaimDeadHumongousObjectsAtYoungGC only prints humongous object liveness output when there is at least one candidate humongous object
      Summary: If G1TraceReclaimDeadHumongousObjectsAtYoungGC is enabled, always print humongous object liveness output.
      Reviewed-by: tschatzl
      Contributed-by: sangheon.kim@oracle.com
      a4f92823
  30. 13 6月, 2014 1 次提交
  31. 08 8月, 2014 2 次提交
  32. 31 7月, 2014 2 次提交
  33. 23 7月, 2014 1 次提交