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