1. 26 8月, 2014 2 次提交
  2. 21 8月, 2014 1 次提交
  3. 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
  4. 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
  5. 19 8月, 2014 2 次提交
  6. 05 8月, 2014 1 次提交
  7. 08 8月, 2014 4 次提交
  8. 31 7月, 2014 2 次提交
  9. 29 7月, 2014 2 次提交
  10. 23 7月, 2014 2 次提交
  11. 21 7月, 2014 6 次提交
    • T
      8048112: G1 Full GC needs to support the case when the very first region is not available · 959b9838
      tschatzl 提交于
      Summary: Refactor preparation for compaction during Full GC so that it lazily initializes the first compaction point. This also avoids problems later when the first region may not be committed. Also reviewed by K. Barrett.
      Reviewed-by: brutisso
      959b9838
    • T
      8048112: G1 Full GC needs to support the case when the very first region is not available · 4c895443
      tschatzl 提交于
      Summary: Refactor preparation for compaction during Full GC so that it lazily initializes the first compaction point. This also avoids problems later when the first region may not be committed. Also reviewed by K. Barrett.
      Reviewed-by: brutisso
      4c895443
    • T
      8048085: Aborting marking just before remark results in useless additional... · 73206bcf
      tschatzl 提交于
      8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
      Summary: Skip clearing the next bitmap if we just recently aborted since the full GC already clears this bitmap.
      Reviewed-by: brutisso
      73206bcf
    • T
      8048085: Aborting marking just before remark results in useless additional... · 5ff2f29b
      tschatzl 提交于
      8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
      Summary: Skip clearing the next bitmap if we just recently aborted since the full GC already clears this bitmap.
      Reviewed-by: brutisso
      5ff2f29b
    • T
      8049051: Use of during_initial_mark_pause() in... · f0e72fd7
      tschatzl 提交于
      8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
      Summary: Replaced use of during_initial_mark_pause() with the variable last_pause_included_initial_mark that holds the real old value of _during_initial_mark_pause.
      Reviewed-by: brutisso, ehelin
      f0e72fd7
    • T
      8049051: Use of during_initial_mark_pause() in... · 6a87ccb3
      tschatzl 提交于
      8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
      Summary: Replaced use of during_initial_mark_pause() with the variable last_pause_included_initial_mark that holds the real old value of _during_initial_mark_pause.
      Reviewed-by: brutisso, ehelin
      6a87ccb3
  12. 06 8月, 2014 1 次提交
  13. 11 7月, 2014 1 次提交
  14. 09 7月, 2014 1 次提交
  15. 07 7月, 2014 1 次提交
  16. 26 6月, 2014 3 次提交
  17. 25 6月, 2014 3 次提交
  18. 24 6月, 2014 1 次提交
  19. 29 4月, 2014 1 次提交
  20. 01 4月, 2014 1 次提交
  21. 19 8月, 2014 1 次提交
  22. 23 4月, 2014 1 次提交