src/hotspot/share/prims/jvmtiThreadState.cpp
changeset 50578 e2a7f431f65c
parent 49594 898ef81cbc0e
equal deleted inserted replaced
50577:bf7e2684cd0a 50578:e2a7f431f65c
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    58   _class_being_redefined = NULL;
    58   _class_being_redefined = NULL;
    59   _class_load_kind = jvmti_class_load_kind_load;
    59   _class_load_kind = jvmti_class_load_kind_load;
    60   _head_env_thread_state = NULL;
    60   _head_env_thread_state = NULL;
    61   _dynamic_code_event_collector = NULL;
    61   _dynamic_code_event_collector = NULL;
    62   _vm_object_alloc_event_collector = NULL;
    62   _vm_object_alloc_event_collector = NULL;
       
    63   _sampled_object_alloc_event_collector = NULL;
    63   _the_class_for_redefinition_verification = NULL;
    64   _the_class_for_redefinition_verification = NULL;
    64   _scratch_class_for_redefinition_verification = NULL;
    65   _scratch_class_for_redefinition_verification = NULL;
    65   _cur_stack_depth = UNKNOWN_STACK_DEPTH;
    66   _cur_stack_depth = UNKNOWN_STACK_DEPTH;
    66 
    67 
    67   // JVMTI ForceEarlyReturn support
    68   // JVMTI ForceEarlyReturn support