mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8307517: Add VMErrorCallback infrastructure to extend hs_err dumping
Reviewed-by: eosterlund, aboldtch, dholmes, stuefe
This commit is contained in:
parent
7a1cb64bc1
commit
33245d6b38
4 changed files with 49 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue