1. 27 2月, 2020 1 次提交
  2. 25 10月, 2015 1 次提交
    • F
      8047212: runtime/ParallelClassLoading/bootstrap/random/inner-complex... · e61bcd09
      fyang 提交于
      8047212: runtime/ParallelClassLoading/bootstrap/random/inner-complex assert(ObjectSynchronizer::verify_objmon_isinpool(inf)) failed: monitor is invalid
      Summary: Fix race between ObjectMonitor alloc and verification code; teach SA about "static pointer volatile" fields.
      Reviewed-by: andrew
      e61bcd09
  3. 24 1月, 2020 1 次提交
  4. 19 9月, 2019 1 次提交
  5. 16 1月, 2020 1 次提交
  6. 16 8月, 2019 1 次提交
  7. 20 2月, 2019 1 次提交
  8. 18 6月, 2015 1 次提交
  9. 20 8月, 2015 1 次提交
  10. 01 11月, 2019 1 次提交
  11. 03 9月, 2019 2 次提交
  12. 20 6月, 2015 1 次提交
  13. 05 6月, 2019 1 次提交
  14. 17 6月, 2019 1 次提交
  15. 14 10月, 2014 1 次提交
  16. 08 5月, 2019 1 次提交
  17. 21 6月, 2018 1 次提交
  18. 29 3月, 2019 1 次提交
  19. 03 12月, 2018 1 次提交
  20. 16 10月, 2018 1 次提交
  21. 29 9月, 2018 1 次提交
  22. 20 7月, 2018 1 次提交
  23. 09 7月, 2018 1 次提交
  24. 11 7月, 2018 1 次提交
  25. 07 7月, 2018 2 次提交
  26. 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
  27. 25 12月, 2017 1 次提交
  28. 30 9月, 2017 1 次提交
  29. 07 10月, 2017 1 次提交
  30. 07 9月, 2017 1 次提交
  31. 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
  32. 15 8月, 2017 2 次提交
  33. 12 8月, 2017 1 次提交
  34. 24 5月, 2017 1 次提交
  35. 15 5月, 2017 1 次提交
  36. 29 4月, 2017 2 次提交