1. 07 4月, 2015 1 次提交
  2. 18 12月, 2014 1 次提交
    • T
      8067469: G1 ignores AlwaysPreTouch · 701d14c9
      tschatzl 提交于
      Summary: Factor out pretouch code of the various virtual space management classes and use them everywhere including in G1.
      Reviewed-by: stefank, ehelin, dholmes
      701d14c9
  3. 12 1月, 2015 2 次提交
    • S
      8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge... · bdff0f83
      sjohanss 提交于
      8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
      Summary: Making sure committed memory is cleared when re-committed, even if using large pages.
      Reviewed-by: jwilhelm, tschatzl
      bdff0f83
    • S
      8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge... · 85c9dee2
      sjohanss 提交于
      8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
      Summary: Making sure committed memory is cleared when re-committed, even if using large pages.
      Reviewed-by: jwilhelm, tschatzl
      85c9dee2
  4. 20 8月, 2014 1 次提交
    • 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
  5. 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