1. 02 11月, 2017 2 次提交
  2. 26 10月, 2017 1 次提交
  3. 25 10月, 2017 3 次提交
  4. 23 10月, 2017 1 次提交
    • R
      Merge · 972d83d5
      robm 提交于
      972d83d5
  5. 19 10月, 2017 1 次提交
  6. 17 10月, 2017 1 次提交
  7. 14 10月, 2017 2 次提交
  8. 12 10月, 2017 1 次提交
  9. 11 10月, 2017 1 次提交
  10. 05 10月, 2017 1 次提交
    • A
      Merge · 36c8c5fd
      asaha 提交于
      36c8c5fd
  11. 04 10月, 2017 2 次提交
  12. 02 10月, 2017 1 次提交
    • A
      Merge · f36a3344
      asaha 提交于
      f36a3344
  13. 30 9月, 2017 1 次提交
  14. 28 9月, 2017 1 次提交
    • A
      Merge · c45a54ef
      asaha 提交于
      c45a54ef
  15. 15 9月, 2017 1 次提交
  16. 13 9月, 2017 1 次提交
  17. 08 9月, 2017 2 次提交
  18. 07 9月, 2017 3 次提交
  19. 06 9月, 2017 3 次提交
  20. 02 9月, 2017 1 次提交
  21. 01 9月, 2017 1 次提交
  22. 30 8月, 2017 3 次提交
  23. 24 8月, 2017 4 次提交
  24. 23 8月, 2017 1 次提交
  25. 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