1. 09 12月, 2014 1 次提交
  2. 02 2月, 2015 1 次提交
  3. 29 1月, 2015 1 次提交
  4. 18 9月, 2014 1 次提交
  5. 19 12月, 2014 1 次提交
  6. 25 8月, 2014 1 次提交
  7. 25 3月, 2015 1 次提交
  8. 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
  9. 21 11月, 2014 2 次提交
  10. 20 11月, 2014 1 次提交
  11. 14 11月, 2014 2 次提交
  12. 12 11月, 2014 1 次提交
    • K
      8062036: ConcurrentMarkThread::slt may be invoked before... · 39f1bff0
      kbarrett 提交于
      8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes
      Summary: Suppress gc_alot during VM init, improve error for SLT uninitialized.
      Reviewed-by: jmasa, brutisso, tschatzl
      39f1bff0
  13. 11 11月, 2014 1 次提交
    • S
      8064556: G1: ParallelGCThreads=0 may cause... · 0a89140f
      stefank 提交于
      8064556: G1: ParallelGCThreads=0 may cause assert(!MetadataOnStackMark::has_buffer_for_thread(Thread::current())) failed: Should be empty
      Reviewed-by: mgerdin, tschatzl
      0a89140f
  14. 08 11月, 2014 1 次提交
  15. 10 10月, 2014 1 次提交
    • T
      8058801: G1TraceReclaimDeadHumongousObjectsAtYoungGC only prints humongous... · a4f92823
      tschatzl 提交于
      8058801: G1TraceReclaimDeadHumongousObjectsAtYoungGC only prints humongous object liveness output when there is at least one candidate humongous object
      Summary: If G1TraceReclaimDeadHumongousObjectsAtYoungGC is enabled, always print humongous object liveness output.
      Reviewed-by: tschatzl
      Contributed-by: sangheon.kim@oracle.com
      a4f92823
  16. 02 10月, 2014 1 次提交
  17. 30 9月, 2014 1 次提交
    • T
      8052172: Evacuation failure handling in G1 does not evacuate all objects if... · 45b1c7cf
      tschatzl 提交于
      8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
      Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references.
      Reviewed-by: iveresov, brutisso, mgerdin
      45b1c7cf
  18. 27 9月, 2014 1 次提交
  19. 16 9月, 2014 1 次提交
  20. 06 10月, 2014 1 次提交
  21. 10 9月, 2014 1 次提交
  22. 08 9月, 2014 1 次提交
  23. 29 8月, 2014 1 次提交
  24. 05 9月, 2014 1 次提交
  25. 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
  26. 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
  27. 19 8月, 2014 2 次提交
  28. 03 9月, 2014 1 次提交
  29. 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
  30. 03 9月, 2014 1 次提交
  31. 02 9月, 2014 1 次提交
  32. 26 8月, 2014 2 次提交
  33. 21 8月, 2014 1 次提交
  34. 27 8月, 2014 1 次提交