1. 04 3月, 2016 2 次提交
  2. 01 3月, 2016 1 次提交
  3. 18 2月, 2016 1 次提交
  4. 23 8月, 2014 1 次提交
  5. 29 2月, 2016 1 次提交
  6. 11 2月, 2016 1 次提交
  7. 03 2月, 2016 1 次提交
  8. 19 2月, 2016 1 次提交
  9. 17 2月, 2016 3 次提交
  10. 16 2月, 2016 2 次提交
  11. 08 2月, 2016 1 次提交
  12. 18 12月, 2015 1 次提交
  13. 13 2月, 2016 1 次提交
    • R
      Merge · f9faa923
      robm 提交于
      f9faa923
  14. 12 2月, 2016 1 次提交
  15. 06 2月, 2016 1 次提交
    • A
      Merge · e28ff55e
      asaha 提交于
      e28ff55e
  16. 05 2月, 2016 1 次提交
    • R
      Merge · af56859b
      robm 提交于
      af56859b
  17. 04 2月, 2016 1 次提交
  18. 02 2月, 2016 3 次提交
  19. 30 1月, 2016 3 次提交
  20. 29 1月, 2016 3 次提交
  21. 28 1月, 2016 3 次提交
  22. 27 1月, 2016 1 次提交
  23. 26 1月, 2016 2 次提交
  24. 25 1月, 2016 1 次提交
    • R
      Merge · a8edb087
      robm 提交于
      a8edb087
  25. 21 1月, 2016 1 次提交
  26. 20 1月, 2016 2 次提交
    • A
      Added tag jdk8u76-b03 for changeset 2a2720daacaa · a1db0977
      asaha 提交于
      a1db0977
    • D
      8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void... · 559d6715
      dbuck 提交于
      8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure>
      Summary: The crash was caused by a faulty eager humongous reclaim. The reason for reclaiming a live object was that the call to cleanupHRRS was done after dirtying cards and clearing the remembered sets for the humongous object. This could lead to one or many cards being missed.
      Reviewed-by: tbenson, kbarrett, tschatzl
      559d6715