1. 30 10月, 2014 1 次提交
  2. 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
  3. 20 10月, 2014 1 次提交
  4. 27 9月, 2014 1 次提交
  5. 16 9月, 2014 1 次提交
  6. 06 10月, 2014 1 次提交
  7. 10 9月, 2014 1 次提交
  8. 08 9月, 2014 1 次提交
  9. 29 8月, 2014 1 次提交
  10. 05 9月, 2014 1 次提交
  11. 20 8月, 2014 2 次提交
    • T
      8055635: Missing include in g1RegionToSpaceMapper.hpp results in unresolved... · f2a3644f
      tschatzl 提交于
      8055635: Missing include in g1RegionToSpaceMapper.hpp results in unresolved symbol of fastdebug build without precompiled headers
      Reviewed-by: mgerdin, ehelin
      f2a3644f
    • T
      8055525: Bigapp weblogic+medrec fails to startup after JDK-8038423 · e38270b1
      tschatzl 提交于
      Summary: If large pages are enabled and configured in Linux, the VM always pre-commits the entire space. The VM fails verification of the commit of the initial heap because some internal data structure marked all memory pages of the heap as committed during initialization. This makes the code think that we attempted a double-commit during first allocation of the heap. Remove the initial marking of memory pages of the heap to committed.
      Reviewed-by: mgerdin
      e38270b1
  12. 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
  13. 19 8月, 2014 2 次提交
  14. 03 9月, 2014 1 次提交
  15. 28 8月, 2014 1 次提交
    • T
      8054808: Bitmap verification sometimes fails after Full GC aborts concurrent mark. · 35d4d219
      tschatzl 提交于
      Summary: The verification code that checked whether no bitmap mark had been found re-read HeapRegion::end() after the check on the bitmap. Concurrent humongous object allocation could have changed HeapRegion::end() in the meantime. Fix this by using the actual end of the region instead of HeapRegion::end() for comparison.
      Reviewed-by: brutisso, jmasa
      35d4d219
  16. 03 9月, 2014 1 次提交
  17. 02 9月, 2014 1 次提交
  18. 26 8月, 2014 2 次提交
  19. 21 8月, 2014 1 次提交
  20. 27 8月, 2014 1 次提交
  21. 05 8月, 2014 1 次提交
  22. 13 6月, 2014 1 次提交
  23. 08 8月, 2014 4 次提交
  24. 31 7月, 2014 2 次提交
  25. 29 7月, 2014 2 次提交
  26. 23 7月, 2014 2 次提交
  27. 21 7月, 2014 5 次提交