1. 29 8月, 2014 2 次提交
  2. 24 9月, 2014 1 次提交
  3. 20 9月, 2014 1 次提交
  4. 16 9月, 2014 1 次提交
  5. 06 9月, 2014 1 次提交
  6. 03 9月, 2014 1 次提交
  7. 05 9月, 2014 2 次提交
  8. 20 8月, 2014 3 次提交
    • 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
    • Z
      8054546: NMT2 leaks memory · e9741a47
      zgu 提交于
      Summary: Fixed memory leak in NMT by baselining memory in c heap instead of an arena.
      Reviewed-by: coleenp, minqi
      e9741a47
    • 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
  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 4 次提交
  11. 15 8月, 2014 1 次提交
  12. 14 8月, 2014 3 次提交
  13. 04 9月, 2014 1 次提交
  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 2 次提交
  17. 02 9月, 2014 1 次提交
  18. 28 8月, 2014 1 次提交
  19. 26 8月, 2014 3 次提交
  20. 25 8月, 2014 2 次提交
  21. 22 8月, 2014 1 次提交
  22. 21 8月, 2014 1 次提交
  23. 27 8月, 2014 1 次提交
  24. 07 8月, 2014 1 次提交
  25. 05 8月, 2014 2 次提交
  26. 08 8月, 2014 1 次提交