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