1. 07 4月, 2015 1 次提交
  2. 20 8月, 2014 1 次提交
  3. 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
  4. 10 10月, 2014 1 次提交
    • T
      8059758: Footprint regressions with JDK-8038423 · 3dda40c0
      tschatzl 提交于
      Summary: Changes in JDK-8038423 always initialize (zero out) virtual memory used for auxiliary data structures. This causes a footprint regression for G1 in startup benchmarks. This is because they do not touch that memory at all, so the operating system does not actually commit these pages. The fix is to, if the initialization value of the data structures matches the default value of just committed memory (=0), do not do anything.
      Reviewed-by: jwilhelm, brutisso
      3dda40c0