1. 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
  2. 02 10月, 2014 1 次提交
  3. 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
  4. 16 9月, 2014 1 次提交
  5. 06 10月, 2014 1 次提交
  6. 10 9月, 2014 1 次提交
  7. 29 8月, 2014 1 次提交
  8. 05 9月, 2014 1 次提交
  9. 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
  10. 19 8月, 2014 2 次提交
  11. 26 8月, 2014 2 次提交
  12. 21 8月, 2014 1 次提交
  13. 13 6月, 2014 1 次提交
  14. 08 8月, 2014 2 次提交
  15. 31 7月, 2014 2 次提交
  16. 23 7月, 2014 2 次提交
  17. 21 7月, 2014 2 次提交
  18. 11 6月, 2014 1 次提交
  19. 20 10月, 2014 1 次提交
  20. 06 8月, 2014 1 次提交
  21. 09 7月, 2014 1 次提交
  22. 07 7月, 2014 1 次提交
  23. 26 6月, 2014 1 次提交
  24. 25 6月, 2014 1 次提交
  25. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  26. 16 5月, 2014 1 次提交
  27. 29 4月, 2014 1 次提交
  28. 18 4月, 2014 1 次提交
    • P
      8040245: G1: VM hangs during shutdown · 0fff0369
      pliden 提交于
      Summary: temporarily disable the shutdown of the concurrent GC threads introduced in JDK-8037112
      Reviewed-by: brutisso, tschatzl, jmasa
      0fff0369
  29. 11 4月, 2014 1 次提交
  30. 01 4月, 2014 1 次提交
  31. 19 8月, 2014 1 次提交
  32. 14 3月, 2014 1 次提交
  33. 11 9月, 2014 1 次提交
  34. 03 4月, 2014 1 次提交