8307517: Add VMErrorCallback infrastructure to extend hs_err dumping

Reviewed-by: eosterlund, aboldtch, dholmes, stuefe
This commit is contained in:
Stefan Karlsson 2023-05-08 07:58:06 +00:00
parent 7a1cb64bc1
commit 33245d6b38
4 changed files with 49 additions and 0 deletions

View file

@ -98,6 +98,7 @@ Thread::Thread() {
_jvmti_env_iteration_count = 0;
set_allocated_bytes(0);
_current_pending_raw_monitor = nullptr;
_vm_error_callbacks = nullptr;
// thread-specific hashCode stream generator state - Marsaglia shift-xor form
_hashStateX = os::random();