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