1. 11 12月, 2017 1 次提交
  2. 21 9月, 2017 1 次提交
  3. 07 10月, 2017 1 次提交
  4. 29 11月, 2017 1 次提交
  5. 25 7月, 2017 1 次提交
  6. 08 11月, 2017 1 次提交
  7. 16 11月, 2017 1 次提交
    • R
      Merge · f3c992b0
      robm 提交于
      f3c992b0
  8. 09 11月, 2017 1 次提交
  9. 06 11月, 2017 1 次提交
    • R
      Merge · 0bed0867
      robm 提交于
      0bed0867
  10. 25 10月, 2017 2 次提交
  11. 24 10月, 2017 1 次提交
  12. 01 11月, 2017 1 次提交
  13. 24 10月, 2017 1 次提交
  14. 23 10月, 2017 1 次提交
    • R
      Merge · 972d83d5
      robm 提交于
      972d83d5
  15. 17 10月, 2017 1 次提交
  16. 14 10月, 2017 2 次提交
  17. 12 10月, 2017 1 次提交
  18. 05 10月, 2017 1 次提交
    • A
      Merge · 36c8c5fd
      asaha 提交于
      36c8c5fd
  19. 04 10月, 2017 1 次提交
  20. 13 9月, 2017 1 次提交
  21. 08 9月, 2017 2 次提交
  22. 07 9月, 2017 3 次提交
  23. 06 9月, 2017 3 次提交
  24. 01 9月, 2017 1 次提交
  25. 30 8月, 2017 3 次提交
  26. 24 8月, 2017 4 次提交
  27. 23 8月, 2017 1 次提交
  28. 21 8月, 2017 1 次提交
    • D
      6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of... · cf80a2fe
      dbuck 提交于
      6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack
      Summary: jni_DeleteGlobalRef does not really release the jni handle, instead, set the handle point to JNIHandles::_deleted_handle which holds an oop instance (java/lang/Object) in Java heap and never be GC'ed. When counting number of global reference, it counts all the handles on the chain list, which includes the already deleted ones.
      Reviewed-by: zgu, sla, coleenp
      Contributed-by: yumin.qi@oracle.com
      cf80a2fe