1. 07 7月, 2018 1 次提交
  2. 14 5月, 2018 1 次提交
  3. 29 3月, 2018 1 次提交
    • S
      8164480: Crash with assert(handler_address ==... · 2bce4a02
      shshahma 提交于
      8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
      Summary: Exception checking code needs to handle pre-allocated exceptions.
      Reviewed-by: thartmann, kvn
      2bce4a02
  4. 23 3月, 2018 1 次提交
  5. 31 3月, 2018 1 次提交
  6. 08 2月, 2018 2 次提交
  7. 23 1月, 2018 2 次提交
  8. 22 1月, 2018 1 次提交
  9. 16 1月, 2018 1 次提交
  10. 31 3月, 2018 1 次提交
  11. 16 1月, 2018 1 次提交
  12. 09 1月, 2018 2 次提交
  13. 03 1月, 2018 1 次提交
  14. 25 12月, 2017 1 次提交
  15. 22 12月, 2017 1 次提交
  16. 19 12月, 2017 2 次提交
  17. 11 12月, 2017 1 次提交
  18. 06 12月, 2017 1 次提交
  19. 28 11月, 2017 3 次提交
  20. 08 11月, 2017 1 次提交
  21. 28 10月, 2017 1 次提交
  22. 24 10月, 2017 1 次提交
  23. 14 10月, 2017 1 次提交
  24. 12 10月, 2017 1 次提交
  25. 30 9月, 2017 1 次提交
  26. 21 9月, 2017 1 次提交
  27. 07 10月, 2017 1 次提交
  28. 29 11月, 2017 1 次提交
  29. 08 9月, 2017 1 次提交
  30. 07 9月, 2017 2 次提交
  31. 01 9月, 2017 1 次提交
  32. 24 8月, 2017 1 次提交
  33. 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