1. 03 9月, 2014 1 次提交
  2. 02 9月, 2014 2 次提交
  3. 29 8月, 2014 5 次提交
  4. 28 8月, 2014 1 次提交
  5. 27 8月, 2014 1 次提交
  6. 26 8月, 2014 1 次提交
  7. 27 8月, 2014 1 次提交
  8. 26 8月, 2014 7 次提交
  9. 25 8月, 2014 1 次提交
  10. 23 8月, 2014 1 次提交
  11. 22 8月, 2014 4 次提交
  12. 21 8月, 2014 1 次提交
  13. 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
  14. 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
  15. 19 8月, 2014 4 次提交
  16. 15 8月, 2014 2 次提交
  17. 14 8月, 2014 4 次提交