1. 28 2月, 2014 1 次提交
  2. 03 12月, 2014 3 次提交
  3. 27 11月, 2014 1 次提交
  4. 02 12月, 2014 1 次提交
  5. 26 11月, 2014 1 次提交
  6. 24 11月, 2014 1 次提交
  7. 21 11月, 2014 2 次提交
  8. 20 11月, 2014 4 次提交
  9. 14 11月, 2014 1 次提交
  10. 11 11月, 2014 2 次提交
  11. 15 11月, 2014 1 次提交
  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 2 次提交
  14. 08 11月, 2014 1 次提交
  15. 12 11月, 2014 1 次提交
  16. 06 11月, 2014 1 次提交
  17. 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
  18. 01 11月, 2014 1 次提交
  19. 25 10月, 2014 1 次提交
  20. 20 11月, 2014 1 次提交
  21. 18 11月, 2014 1 次提交
  22. 03 10月, 2014 1 次提交
  23. 02 10月, 2014 1 次提交
  24. 04 11月, 2014 1 次提交
  25. 30 10月, 2014 1 次提交
  26. 31 10月, 2014 1 次提交
  27. 28 10月, 2014 1 次提交
  28. 22 10月, 2014 1 次提交
  29. 14 10月, 2014 1 次提交
  30. 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
  31. 27 9月, 2014 2 次提交