1. 15 11月, 2014 1 次提交
  2. 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
  3. 11 11月, 2014 2 次提交
  4. 08 11月, 2014 1 次提交
  5. 12 11月, 2014 2 次提交
  6. 06 11月, 2014 1 次提交
  7. 11 11月, 2014 1 次提交
    • Z
      8057622:... · 1b2cd91d
      zmajo 提交于
      8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc)
      Summary: In Parse::array_store_check(), add control edge FROM IfTrue branch of runtime type check of the destination array TO loading _element_klass from destination array.
      Reviewed-by: kvn, roland, anoll
      Contributed-by: NZoltan Majo <zoltan.majo@oracle.com>
      1b2cd91d
  8. 01 11月, 2014 1 次提交
  9. 03 10月, 2014 1 次提交
  10. 02 10月, 2014 1 次提交
  11. 04 11月, 2014 1 次提交
  12. 30 10月, 2014 1 次提交
  13. 31 10月, 2014 1 次提交
  14. 28 10月, 2014 1 次提交
  15. 22 10月, 2014 1 次提交
  16. 14 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 2 次提交
  19. 29 9月, 2014 1 次提交
  20. 27 9月, 2014 1 次提交
  21. 25 9月, 2014 1 次提交
  22. 16 9月, 2014 1 次提交
  23. 06 10月, 2014 1 次提交
  24. 10 9月, 2014 1 次提交
  25. 08 9月, 2014 1 次提交
  26. 06 9月, 2014 1 次提交
  27. 03 9月, 2014 1 次提交
  28. 29 8月, 2014 2 次提交
  29. 24 9月, 2014 1 次提交
  30. 20 9月, 2014 1 次提交
  31. 05 9月, 2014 2 次提交
  32. 23 8月, 2014 1 次提交
  33. 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