src/hotspot/share/prims/jvmtiExport.cpp
author lfoltan
Mon, 21 Oct 2019 13:13:16 -0400
changeset 58722 cba8afa5cfed
parent 58512 5185bc8dcbb1
permissions -rw-r--r--
8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently Summary: Increase the use of type signature constants instead of hard coded characters within the JVM. Reviewed-by: coleenp, dholmes, fparain Contributed-by: lois.foltan@oracle.com, john.r.rose@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
53557
4cfe0e5a3b79 8217658: baseline_cleanups from Async Monitor Deflation project
dcubed
parents: 53143
diff changeset
     2
 * Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5353
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5353
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5353
diff changeset
    21
 * questions.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
 */
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    25
#include "precompiled.hpp"
53143
6b7240a24b56 8216157: Enable inlining of java_lang_Class::is_primitive
redestad
parents: 53032
diff changeset
    26
#include "classfile/javaClasses.inline.hpp"
54347
235883996bc7 8221698: Remove redundant includes from popular header files
iklam
parents: 53582
diff changeset
    27
#include "classfile/moduleEntry.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    28
#include "classfile/systemDictionary.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    29
#include "code/nmethod.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    30
#include "code/pcDesc.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    31
#include "code/scopeDesc.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    32
#include "interpreter/interpreter.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    33
#include "jvmtifiles/jvmtiEnv.hpp"
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
    34
#include "logging/log.hpp"
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
    35
#include "logging/logStream.hpp"
49360
886acec3b4c6 8199275: Fix inclusions of allocation.inline.hpp
stefank
parents: 49192
diff changeset
    36
#include "memory/allocation.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    37
#include "memory/resourceArea.hpp"
54786
ebf733a324d4 8223624: Cleanup includes of universe.hpp
stefank
parents: 54623
diff changeset
    38
#include "memory/universe.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    39
#include "oops/objArrayKlass.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    40
#include "oops/objArrayOop.hpp"
29081
c61eb4914428 8072911: Remove includes of oop.inline.hpp from .hpp files
stefank
parents: 27880
diff changeset
    41
#include "oops/oop.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    42
#include "prims/jvmtiCodeBlobEvents.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    43
#include "prims/jvmtiEventController.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    44
#include "prims/jvmtiEventController.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    45
#include "prims/jvmtiExport.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    46
#include "prims/jvmtiImpl.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    47
#include "prims/jvmtiManageCapabilities.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    48
#include "prims/jvmtiRawMonitor.hpp"
30764
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 29081
diff changeset
    49
#include "prims/jvmtiRedefineClasses.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    50
#include "prims/jvmtiTagMap.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    51
#include "prims/jvmtiThreadState.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    52
#include "runtime/arguments.hpp"
51467
12997ebbc0d8 8209647: constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled
iklam
parents: 50735
diff changeset
    53
#include "runtime/fieldDescriptor.inline.hpp"
53582
881c5fbeb849 8218041: Assorted wrong/missing includes
rehn
parents: 53557
diff changeset
    54
#include "runtime/handles.inline.hpp"
49449
ef5d5d343e2a 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
coleenp
parents: 49360
diff changeset
    55
#include "runtime/interfaceSupport.inline.hpp"
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
    56
#include "runtime/javaCalls.hpp"
49192
6734eeef4283 8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
kbarrett
parents: 48877
diff changeset
    57
#include "runtime/jniHandles.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    58
#include "runtime/objectMonitor.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    59
#include "runtime/objectMonitor.inline.hpp"
25468
5331df506290 8048241: Introduce umbrella header os.inline.hpp and clean up includes
goetz
parents: 24424
diff changeset
    60
#include "runtime/os.inline.hpp"
49594
898ef81cbc0e 8200106: Move NoSafepointVerifier out from gcLocker.hpp
stefank
parents: 49480
diff changeset
    61
#include "runtime/safepointVerifiers.hpp"
24351
61b33cc6d3cf 8042195: Introduce umbrella header orderAccess.inline.hpp.
goetz
parents: 23447
diff changeset
    62
#include "runtime/thread.inline.hpp"
48105
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
    63
#include "runtime/threadSMR.hpp"
49480
d7df2dd501ce 8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
coleenp
parents: 49476
diff changeset
    64
#include "runtime/vframe.inline.hpp"
15482
470d0b0c09f1 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
jprovino
parents: 15109
diff changeset
    65
#include "utilities/macros.hpp"
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
#ifdef JVMTI_TRACE
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
    68
#define EVT_TRACE(evt,out) if ((JvmtiTrace::event_trace_flags(evt) & JvmtiTrace::SHOW_EVENT_SENT) != 0) { SafeResourceMark rm; log_trace(jvmti) out; }
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
    69
#define EVT_TRIG_TRACE(evt,out) if ((JvmtiTrace::event_trace_flags(evt) & JvmtiTrace::SHOW_EVENT_TRIGGER) != 0) { SafeResourceMark rm; log_trace(jvmti) out; }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
#else
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
#define EVT_TRIG_TRACE(evt,out)
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
#define EVT_TRACE(evt,out)
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
///////////////////////////////////////////////////////////////
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
// JvmtiEventTransition
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
// TO DO --
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
//  more handle purging
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
// Use this for JavaThreads and state is  _thread_in_vm.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
class JvmtiJavaThreadEventTransition : StackObj {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
  ResourceMark _rm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
  ThreadToNativeFromVM _transition;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
  HandleMark _hm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
  JvmtiJavaThreadEventTransition(JavaThread *thread) :
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
    _rm(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
    _transition(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
    _hm(thread)  {};
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
// For JavaThreads which are not in _thread_in_vm state
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
// and other system threads use this.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
class JvmtiThreadEventTransition : StackObj {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
  ResourceMark _rm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
  HandleMark _hm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
  JavaThreadState _saved_state;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
  JavaThread *_jthread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
  JvmtiThreadEventTransition(Thread *thread) : _rm(), _hm() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
    if (thread->is_Java_thread()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
       _jthread = (JavaThread *)thread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
       _saved_state = _jthread->thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
       if (_saved_state == _thread_in_Java) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
         ThreadStateTransition::transition_from_java(_jthread, _thread_in_native);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
       } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
         ThreadStateTransition::transition(_jthread, _saved_state, _thread_in_native);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
       }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
      _jthread = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
  ~JvmtiThreadEventTransition() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
    if (_jthread != NULL)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
      ThreadStateTransition::transition_from_native(_jthread, _saved_state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
///////////////////////////////////////////////////////////////
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
// JvmtiEventMark
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
class JvmtiEventMark : public StackObj {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
  JavaThread *_thread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
  JNIEnv* _jni_env;
42895
c97cd79636ec 8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase
dsamersoff
parents: 42650
diff changeset
   136
  JvmtiThreadState::ExceptionState _saved_exception_state;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
#if 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
  JNIHandleBlock* _hblock;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
  JvmtiEventMark(JavaThread *thread) :  _thread(thread),
42895
c97cd79636ec 8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase
dsamersoff
parents: 42650
diff changeset
   143
                                        _jni_env(thread->jni_environment()),
c97cd79636ec 8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase
dsamersoff
parents: 42650
diff changeset
   144
                                        _saved_exception_state(JvmtiThreadState::ES_CLEARED) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
#if 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
    _hblock = thread->active_handles();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
    _hblock->clear_thoroughly(); // so we can be safe
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
#else
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
    // we want to use the code above - but that needs the JNIHandle changes - later...
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
    // for now, steal JNI push local frame code
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
    JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
    // we are before an event.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
    // Save current jvmti thread exception state.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
    if (state != NULL) {
42895
c97cd79636ec 8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase
dsamersoff
parents: 42650
diff changeset
   155
      _saved_exception_state = state->get_exception_state();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
    JNIHandleBlock* old_handles = thread->active_handles();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
    JNIHandleBlock* new_handles = JNIHandleBlock::allocate_block(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
    assert(new_handles != NULL, "should not be NULL");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
    new_handles->set_pop_frame_link(old_handles);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
    thread->set_active_handles(new_handles);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
    assert(thread == JavaThread::current(), "thread must be current!");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
    thread->frame_anchor()->make_walkable(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
  };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
  ~JvmtiEventMark() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
#if 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
    _hblock->clear(); // for consistency with future correct behavior
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
#else
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
    // we want to use the code above - but that needs the JNIHandle changes - later...
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
    // for now, steal JNI pop local frame code
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
    JNIHandleBlock* old_handles = _thread->active_handles();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
    JNIHandleBlock* new_handles = old_handles->pop_frame_link();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
    assert(new_handles != NULL, "should not be NULL");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
    _thread->set_active_handles(new_handles);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
    // Note that we set the pop_frame_link to NULL explicitly, otherwise
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
    // the release_block call will release the blocks.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
    old_handles->set_pop_frame_link(NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   181
    JNIHandleBlock::release_block(old_handles, _thread); // may block
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
    JvmtiThreadState* state = _thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
    // we are continuing after an event.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
    if (state != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   187
      // Restore the jvmti thread exception state.
42895
c97cd79636ec 8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase
dsamersoff
parents: 42650
diff changeset
   188
      state->restore_exception_state(_saved_exception_state);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
#if 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
  jobject to_jobject(oop obj) { return obj == NULL? NULL : _hblock->allocate_handle_fast(obj); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
#else
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
  // we want to use the code above - but that needs the JNIHandle changes - later...
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
  // for now, use regular make_local
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
  jobject to_jobject(oop obj) { return JNIHandles::make_local(_thread,obj); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 13728
diff changeset
   200
  jclass to_jclass(Klass* klass) { return (klass == NULL ? NULL : (jclass)to_jobject(klass->java_mirror())); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
46727
6e4a84748e2c 8183039: Re-examine methodHandle methods uninlined by 8144256
coleenp
parents: 46701
diff changeset
   202
  jmethodID to_jmethodID(const methodHandle& method) { return method->jmethod_id(); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
  JNIEnv* jni_env() { return _jni_env; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
class JvmtiThreadEventMark : public JvmtiEventMark {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
  jthread _jt;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
  JvmtiThreadEventMark(JavaThread *thread) :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
    JvmtiEventMark(thread) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
    _jt = (jthread)(to_jobject(thread->threadObj()));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
  };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
 jthread jni_thread() { return _jt; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
class JvmtiClassEventMark : public JvmtiThreadEventMark {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
  jclass _jc;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   222
489c9b5090e2 Initial load
duke
parents:
diff changeset
   223
public:
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   224
  JvmtiClassEventMark(JavaThread *thread, Klass* klass) :
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   225
    JvmtiThreadEventMark(thread) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
    _jc = to_jclass(klass);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
  };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
  jclass jni_class() { return _jc; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   229
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   230
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
class JvmtiMethodEventMark : public JvmtiThreadEventMark {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   232
private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   233
  jmethodID _mid;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   234
489c9b5090e2 Initial load
duke
parents:
diff changeset
   235
public:
46727
6e4a84748e2c 8183039: Re-examine methodHandle methods uninlined by 8144256
coleenp
parents: 46701
diff changeset
   236
  JvmtiMethodEventMark(JavaThread *thread, const methodHandle& method) :
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   237
    JvmtiThreadEventMark(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
    _mid(to_jmethodID(method)) {};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
  jmethodID jni_methodID() { return _mid; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
class JvmtiLocationEventMark : public JvmtiMethodEventMark {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
  jlocation _loc;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
489c9b5090e2 Initial load
duke
parents:
diff changeset
   246
public:
46727
6e4a84748e2c 8183039: Re-examine methodHandle methods uninlined by 8144256
coleenp
parents: 46701
diff changeset
   247
  JvmtiLocationEventMark(JavaThread *thread, const methodHandle& method, address location) :
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   248
    JvmtiMethodEventMark(thread, method),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   249
    _loc(location - method->code_base()) {};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
  jlocation location() { return _loc; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   251
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   252
489c9b5090e2 Initial load
duke
parents:
diff changeset
   253
class JvmtiExceptionEventMark : public JvmtiLocationEventMark {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   254
private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
  jobject _exc;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
public:
46727
6e4a84748e2c 8183039: Re-examine methodHandle methods uninlined by 8144256
coleenp
parents: 46701
diff changeset
   258
  JvmtiExceptionEventMark(JavaThread *thread, const methodHandle& method, address location, Handle exception) :
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
    JvmtiLocationEventMark(thread, method, location),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
    _exc(to_jobject(exception())) {};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
  jobject exception() { return _exc; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
class JvmtiClassFileLoadEventMark : public JvmtiThreadEventMark {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
  const char *_class_name;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
  jobject _jloader;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
  jobject _protection_domain;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   269
  jclass  _class_being_redefined;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
public:
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7918
diff changeset
   272
  JvmtiClassFileLoadEventMark(JavaThread *thread, Symbol* name,
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
   273
     Handle class_loader, Handle prot_domain, Klass* class_being_redefined) : JvmtiThreadEventMark(thread) {
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7918
diff changeset
   274
      _class_name = name != NULL? name->as_utf8() : NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   275
      _jloader = (jobject)to_jobject(class_loader());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   276
      _protection_domain = (jobject)to_jobject(prot_domain());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   277
      if (class_being_redefined == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   278
        _class_being_redefined = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   279
      } else {
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
   280
        _class_being_redefined = (jclass)to_jclass(class_being_redefined);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   281
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   282
  };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   283
  const char *class_name() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   284
    return _class_name;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   285
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   286
  jobject jloader() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   287
    return _jloader;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   288
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   289
  jobject protection_domain() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   290
    return _protection_domain;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   291
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   292
  jclass class_being_redefined() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   293
    return _class_being_redefined;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   294
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
489c9b5090e2 Initial load
duke
parents:
diff changeset
   297
//////////////////////////////////////////////////////////////////////////////
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
int               JvmtiExport::_field_access_count                        = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   300
int               JvmtiExport::_field_modification_count                  = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
bool              JvmtiExport::_can_access_local_variables                = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   303
bool              JvmtiExport::_can_hotswap_or_post_breakpoint            = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   304
bool              JvmtiExport::_can_modify_any_class                      = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   305
bool              JvmtiExport::_can_walk_any_space                        = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   306
58358
d658f4379c63 8226690: SIGSEGV in MetadataOnStackClosure::do_metadata
coleenp
parents: 58273
diff changeset
   307
uint64_t          JvmtiExport::_redefinition_count                        = 0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   308
bool              JvmtiExport::_all_dependencies_are_recorded             = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   309
489c9b5090e2 Initial load
duke
parents:
diff changeset
   310
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   311
// field access management
489c9b5090e2 Initial load
duke
parents:
diff changeset
   312
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   313
489c9b5090e2 Initial load
duke
parents:
diff changeset
   314
// interpreter generator needs the address of the counter
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
address JvmtiExport::get_field_access_count_addr() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   316
  // We don't grab a lock because we don't want to
489c9b5090e2 Initial load
duke
parents:
diff changeset
   317
  // serialize field access between all threads. This means that a
489c9b5090e2 Initial load
duke
parents:
diff changeset
   318
  // thread on another processor can see the wrong count value and
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
  // may either miss making a needed call into post_field_access()
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
  // or will make an unneeded call into post_field_access(). We pay
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
  // this price to avoid slowing down the VM when we aren't watching
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
  // field accesses.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   323
  // Other access/mutation safe by virtue of being in VM state.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   324
  return (address)(&_field_access_count);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   325
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   326
489c9b5090e2 Initial load
duke
parents:
diff changeset
   327
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   328
// field modification management
489c9b5090e2 Initial load
duke
parents:
diff changeset
   329
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
489c9b5090e2 Initial load
duke
parents:
diff changeset
   331
// interpreter generator needs the address of the counter
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
address JvmtiExport::get_field_modification_count_addr() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   333
  // We don't grab a lock because we don't
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
  // want to serialize field modification between all threads. This
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
  // means that a thread on another processor can see the wrong
489c9b5090e2 Initial load
duke
parents:
diff changeset
   336
  // count value and may either miss making a needed call into
489c9b5090e2 Initial load
duke
parents:
diff changeset
   337
  // post_field_modification() or will make an unneeded call into
489c9b5090e2 Initial load
duke
parents:
diff changeset
   338
  // post_field_modification(). We pay this price to avoid slowing
489c9b5090e2 Initial load
duke
parents:
diff changeset
   339
  // down the VM when we aren't watching field modifications.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   340
  // Other access/mutation safe by virtue of being in VM state.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   341
  return (address)(&_field_modification_count);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   342
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   343
489c9b5090e2 Initial load
duke
parents:
diff changeset
   344
489c9b5090e2 Initial load
duke
parents:
diff changeset
   345
///////////////////////////////////////////////////////////////
489c9b5090e2 Initial load
duke
parents:
diff changeset
   346
// Functions needed by java.lang.instrument for starting up javaagent.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   347
///////////////////////////////////////////////////////////////
489c9b5090e2 Initial load
duke
parents:
diff changeset
   348
489c9b5090e2 Initial load
duke
parents:
diff changeset
   349
jint
489c9b5090e2 Initial load
duke
parents:
diff changeset
   350
JvmtiExport::get_jvmti_interface(JavaVM *jvm, void **penv, jint version) {
4491
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   351
  // The JVMTI_VERSION_INTERFACE_JVMTI part of the version number
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   352
  // has already been validated in JNI GetEnv().
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   353
  int major, minor, micro;
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   354
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   355
  // micro version doesn't matter here (yet?)
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   356
  decode_version_values(version, &major, &minor, &micro);
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   357
  switch (major) {
7413
59b978f8fbdf 7003782: Update JVMTI version to 1.2 for jdk7
kamg
parents: 7405
diff changeset
   358
    case 1:
4491
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   359
      switch (minor) {
7413
59b978f8fbdf 7003782: Update JVMTI version to 1.2 for jdk7
kamg
parents: 7405
diff changeset
   360
        case 0:  // version 1.0.<micro> is recognized
59b978f8fbdf 7003782: Update JVMTI version to 1.2 for jdk7
kamg
parents: 7405
diff changeset
   361
        case 1:  // version 1.1.<micro> is recognized
59b978f8fbdf 7003782: Update JVMTI version to 1.2 for jdk7
kamg
parents: 7405
diff changeset
   362
        case 2:  // version 1.2.<micro> is recognized
4491
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   363
          break;
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   364
7413
59b978f8fbdf 7003782: Update JVMTI version to 1.2 for jdk7
kamg
parents: 7405
diff changeset
   365
        default:
4491
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   366
          return JNI_EVERSION;  // unsupported minor version number
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   367
      }
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   368
      break;
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   369
    case 9:
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   370
      switch (minor) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   371
        case 0:  // version 9.0.<micro> is recognized
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   372
          break;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   373
        default:
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   374
          return JNI_EVERSION;  // unsupported minor version number
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   375
      }
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   376
      break;
50735
2f2af62dfac7 8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents: 50578
diff changeset
   377
    case 11:
2f2af62dfac7 8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents: 50578
diff changeset
   378
      switch (minor) {
2f2af62dfac7 8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents: 50578
diff changeset
   379
        case 0:  // version 11.0.<micro> is recognized
2f2af62dfac7 8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents: 50578
diff changeset
   380
          break;
2f2af62dfac7 8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents: 50578
diff changeset
   381
        default:
2f2af62dfac7 8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents: 50578
diff changeset
   382
          return JNI_EVERSION;  // unsupported minor version number
2f2af62dfac7 8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents: 50578
diff changeset
   383
      }
2f2af62dfac7 8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents: 50578
diff changeset
   384
      break;
7413
59b978f8fbdf 7003782: Update JVMTI version to 1.2 for jdk7
kamg
parents: 7405
diff changeset
   385
    default:
54836
e2ed0691ae79 8219023: Investigate syncing JVMTI spec version with JDK version
sspitsyn
parents: 54786
diff changeset
   386
      // Starting from 13 we do not care about minor version anymore
e2ed0691ae79 8219023: Investigate syncing JVMTI spec version with JDK version
sspitsyn
parents: 54786
diff changeset
   387
      if (major < 13 || major > Abstract_VM_Version::vm_major_version()) {
e2ed0691ae79 8219023: Investigate syncing JVMTI spec version with JDK version
sspitsyn
parents: 54786
diff changeset
   388
        return JNI_EVERSION;  // unsupported major version number
e2ed0691ae79 8219023: Investigate syncing JVMTI spec version with JDK version
sspitsyn
parents: 54786
diff changeset
   389
      }
4491
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   390
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   391
489c9b5090e2 Initial load
duke
parents:
diff changeset
   392
  if (JvmtiEnv::get_phase() == JVMTI_PHASE_LIVE) {
34633
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 33148
diff changeset
   393
    JavaThread* current_thread = JavaThread::current();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   394
    // transition code: native to VM
489c9b5090e2 Initial load
duke
parents:
diff changeset
   395
    ThreadInVMfromNative __tiv(current_thread);
10969
3ecf25293e5a 7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
never
parents: 9405
diff changeset
   396
    VM_ENTRY_BASE(jvmtiEnv*, JvmtiExport::get_jvmti_interface, current_thread)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   397
    debug_only(VMNativeEntryWrapper __vew;)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   398
4491
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   399
    JvmtiEnv *jvmti_env = JvmtiEnv::create_a_jvmti(version);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   400
    *penv = jvmti_env->jvmti_external();  // actual type is jvmtiEnv* -- not to be confused with JvmtiEnv*
489c9b5090e2 Initial load
duke
parents:
diff changeset
   401
    return JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   402
489c9b5090e2 Initial load
duke
parents:
diff changeset
   403
  } else if (JvmtiEnv::get_phase() == JVMTI_PHASE_ONLOAD) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   404
    // not live, no thread to transition
4491
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   405
    JvmtiEnv *jvmti_env = JvmtiEnv::create_a_jvmti(version);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   406
    *penv = jvmti_env->jvmti_external();  // actual type is jvmtiEnv* -- not to be confused with JvmtiEnv*
489c9b5090e2 Initial load
duke
parents:
diff changeset
   407
    return JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   408
489c9b5090e2 Initial load
duke
parents:
diff changeset
   409
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   410
    // Called at the wrong time
489c9b5090e2 Initial load
duke
parents:
diff changeset
   411
    *penv = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   412
    return JNI_EDETACHED;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   413
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   414
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   415
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   416
void
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   417
JvmtiExport::add_default_read_edges(Handle h_module, TRAPS) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   418
  if (!Universe::is_module_initialized()) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   419
    return; // extra safety
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   420
  }
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   421
  assert(!h_module.is_null(), "module should always be set");
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   422
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   423
  // Invoke the transformedByAgent method
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   424
  JavaValue result(T_VOID);
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   425
  JavaCalls::call_static(&result,
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   426
                         SystemDictionary::module_Modules_klass(),
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   427
                         vmSymbols::transformedByAgent_name(),
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   428
                         vmSymbols::transformedByAgent_signature(),
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   429
                         h_module,
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   430
                         THREAD);
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   431
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   432
  if (HAS_PENDING_EXCEPTION) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
   433
    LogTarget(Trace, jvmti) log;
46701
f559541c0daa 8181917: Refactor UL LogStreams to avoid using resource area
stuefe
parents: 46458
diff changeset
   434
    LogStream log_stream(log);
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
   435
    java_lang_Throwable::print(PENDING_EXCEPTION, &log_stream);
38001
6a1924ec5269 8154728: JvmtiExport::add_default_read_edges hits a guarantee
rehn
parents: 37992
diff changeset
   436
    log_stream.cr();
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   437
    CLEAR_PENDING_EXCEPTION;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   438
    return;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   439
  }
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   440
}
4491
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   441
42307
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   442
jvmtiError
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   443
JvmtiExport::add_module_reads(Handle module, Handle to_module, TRAPS) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   444
  if (!Universe::is_module_initialized()) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   445
    return JVMTI_ERROR_NONE; // extra safety
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   446
  }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   447
  assert(!module.is_null(), "module should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   448
  assert(!to_module.is_null(), "to_module should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   449
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   450
  // Invoke the addReads method
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   451
  JavaValue result(T_VOID);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   452
  JavaCalls::call_static(&result,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   453
                         SystemDictionary::module_Modules_klass(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   454
                         vmSymbols::addReads_name(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   455
                         vmSymbols::addReads_signature(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   456
                         module,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   457
                         to_module,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   458
                         THREAD);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   459
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   460
  if (HAS_PENDING_EXCEPTION) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   461
    LogTarget(Trace, jvmti) log;
46701
f559541c0daa 8181917: Refactor UL LogStreams to avoid using resource area
stuefe
parents: 46458
diff changeset
   462
    LogStream log_stream(log);
42307
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   463
    java_lang_Throwable::print(PENDING_EXCEPTION, &log_stream);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   464
    log_stream.cr();
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   465
    CLEAR_PENDING_EXCEPTION;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   466
    return JVMTI_ERROR_INTERNAL;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   467
  }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   468
  return JVMTI_ERROR_NONE;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   469
}
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   470
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   471
jvmtiError
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   472
JvmtiExport::add_module_exports(Handle module, Handle pkg_name, Handle to_module, TRAPS) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   473
  if (!Universe::is_module_initialized()) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   474
    return JVMTI_ERROR_NONE; // extra safety
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   475
  }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   476
  assert(!module.is_null(), "module should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   477
  assert(!to_module.is_null(), "to_module should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   478
  assert(!pkg_name.is_null(), "pkg_name should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   479
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   480
  // Invoke the addExports method
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   481
  JavaValue result(T_VOID);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   482
  JavaCalls::call_static(&result,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   483
                         SystemDictionary::module_Modules_klass(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   484
                         vmSymbols::addExports_name(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   485
                         vmSymbols::addExports_signature(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   486
                         module,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   487
                         pkg_name,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   488
                         to_module,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   489
                         THREAD);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   490
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   491
  if (HAS_PENDING_EXCEPTION) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   492
    Symbol* ex_name = PENDING_EXCEPTION->klass()->name();
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   493
    LogTarget(Trace, jvmti) log;
46701
f559541c0daa 8181917: Refactor UL LogStreams to avoid using resource area
stuefe
parents: 46458
diff changeset
   494
    LogStream log_stream(log);
42307
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   495
    java_lang_Throwable::print(PENDING_EXCEPTION, &log_stream);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   496
    log_stream.cr();
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   497
    CLEAR_PENDING_EXCEPTION;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   498
    if (ex_name == vmSymbols::java_lang_IllegalArgumentException()) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   499
      return JVMTI_ERROR_ILLEGAL_ARGUMENT;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   500
    }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   501
    return JVMTI_ERROR_INTERNAL;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   502
  }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   503
  return JVMTI_ERROR_NONE;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   504
}
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   505
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   506
jvmtiError
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   507
JvmtiExport::add_module_opens(Handle module, Handle pkg_name, Handle to_module, TRAPS) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   508
  if (!Universe::is_module_initialized()) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   509
    return JVMTI_ERROR_NONE; // extra safety
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   510
  }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   511
  assert(!module.is_null(), "module should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   512
  assert(!to_module.is_null(), "to_module should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   513
  assert(!pkg_name.is_null(), "pkg_name should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   514
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   515
  // Invoke the addOpens method
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   516
  JavaValue result(T_VOID);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   517
  JavaCalls::call_static(&result,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   518
                         SystemDictionary::module_Modules_klass(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   519
                         vmSymbols::addOpens_name(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   520
                         vmSymbols::addExports_signature(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   521
                         module,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   522
                         pkg_name,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   523
                         to_module,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   524
                         THREAD);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   525
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   526
  if (HAS_PENDING_EXCEPTION) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   527
    Symbol* ex_name = PENDING_EXCEPTION->klass()->name();
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   528
    LogTarget(Trace, jvmti) log;
46701
f559541c0daa 8181917: Refactor UL LogStreams to avoid using resource area
stuefe
parents: 46458
diff changeset
   529
    LogStream log_stream(log);
42307
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   530
    java_lang_Throwable::print(PENDING_EXCEPTION, &log_stream);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   531
    log_stream.cr();
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   532
    CLEAR_PENDING_EXCEPTION;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   533
    if (ex_name == vmSymbols::java_lang_IllegalArgumentException()) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   534
      return JVMTI_ERROR_ILLEGAL_ARGUMENT;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   535
    }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   536
    return JVMTI_ERROR_INTERNAL;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   537
  }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   538
  return JVMTI_ERROR_NONE;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   539
}
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   540
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   541
jvmtiError
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   542
JvmtiExport::add_module_uses(Handle module, Handle service, TRAPS) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   543
  if (!Universe::is_module_initialized()) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   544
    return JVMTI_ERROR_NONE; // extra safety
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   545
  }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   546
  assert(!module.is_null(), "module should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   547
  assert(!service.is_null(), "service should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   548
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   549
  // Invoke the addUses method
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   550
  JavaValue result(T_VOID);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   551
  JavaCalls::call_static(&result,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   552
                         SystemDictionary::module_Modules_klass(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   553
                         vmSymbols::addUses_name(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   554
                         vmSymbols::addUses_signature(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   555
                         module,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   556
                         service,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   557
                         THREAD);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   558
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   559
  if (HAS_PENDING_EXCEPTION) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   560
    LogTarget(Trace, jvmti) log;
46701
f559541c0daa 8181917: Refactor UL LogStreams to avoid using resource area
stuefe
parents: 46458
diff changeset
   561
    LogStream log_stream(log);
42307
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   562
    java_lang_Throwable::print(PENDING_EXCEPTION, &log_stream);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   563
    log_stream.cr();
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   564
    CLEAR_PENDING_EXCEPTION;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   565
    return JVMTI_ERROR_INTERNAL;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   566
  }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   567
  return JVMTI_ERROR_NONE;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   568
}
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   569
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   570
jvmtiError
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   571
JvmtiExport::add_module_provides(Handle module, Handle service, Handle impl_class, TRAPS) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   572
  if (!Universe::is_module_initialized()) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   573
    return JVMTI_ERROR_NONE; // extra safety
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   574
  }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   575
  assert(!module.is_null(), "module should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   576
  assert(!service.is_null(), "service should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   577
  assert(!impl_class.is_null(), "impl_class should always be set");
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   578
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   579
  // Invoke the addProvides method
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   580
  JavaValue result(T_VOID);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   581
  JavaCalls::call_static(&result,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   582
                         SystemDictionary::module_Modules_klass(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   583
                         vmSymbols::addProvides_name(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   584
                         vmSymbols::addProvides_signature(),
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   585
                         module,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   586
                         service,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   587
                         impl_class,
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   588
                         THREAD);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   589
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   590
  if (HAS_PENDING_EXCEPTION) {
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   591
    LogTarget(Trace, jvmti) log;
46701
f559541c0daa 8181917: Refactor UL LogStreams to avoid using resource area
stuefe
parents: 46458
diff changeset
   592
    LogStream log_stream(log);
42307
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   593
    java_lang_Throwable::print(PENDING_EXCEPTION, &log_stream);
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   594
    log_stream.cr();
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   595
    CLEAR_PENDING_EXCEPTION;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   596
    return JVMTI_ERROR_INTERNAL;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   597
  }
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   598
  return JVMTI_ERROR_NONE;
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   599
}
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41078
diff changeset
   600
4491
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   601
void
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   602
JvmtiExport::decode_version_values(jint version, int * major, int * minor,
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   603
                                   int * micro) {
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   604
  *major = (version & JVMTI_VERSION_MASK_MAJOR) >> JVMTI_VERSION_SHIFT_MAJOR;
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   605
  *minor = (version & JVMTI_VERSION_MASK_MINOR) >> JVMTI_VERSION_SHIFT_MINOR;
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   606
  *micro = (version & JVMTI_VERSION_MASK_MICRO) >> JVMTI_VERSION_SHIFT_MICRO;
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   607
}
212bd48525d4 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
dcubed
parents: 3580
diff changeset
   608
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   609
void JvmtiExport::enter_primordial_phase() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   610
  JvmtiEnvBase::set_phase(JVMTI_PHASE_PRIMORDIAL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   611
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   612
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   613
void JvmtiExport::enter_early_start_phase() {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   614
  set_early_vmstart_recorded(true);
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   615
}
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   616
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   617
void JvmtiExport::enter_start_phase() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   618
  JvmtiEnvBase::set_phase(JVMTI_PHASE_START);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   619
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   620
489c9b5090e2 Initial load
duke
parents:
diff changeset
   621
void JvmtiExport::enter_onload_phase() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   622
  JvmtiEnvBase::set_phase(JVMTI_PHASE_ONLOAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   623
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   624
489c9b5090e2 Initial load
duke
parents:
diff changeset
   625
void JvmtiExport::enter_live_phase() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   626
  JvmtiEnvBase::set_phase(JVMTI_PHASE_LIVE);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   627
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   628
489c9b5090e2 Initial load
duke
parents:
diff changeset
   629
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   630
// JVMTI events that the VM posts to the debugger and also startup agent
489c9b5090e2 Initial load
duke
parents:
diff changeset
   631
// and call the agent's premain() for java.lang.instrument.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   632
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   633
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   634
void JvmtiExport::post_early_vm_start() {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
   635
  EVT_TRIG_TRACE(JVMTI_EVENT_VM_START, ("Trg Early VM start event triggered" ));
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   636
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   637
  // can now enable some events
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   638
  JvmtiEventController::vm_start();
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   639
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   640
  JvmtiEnvIterator it;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   641
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   642
    // Only early vmstart envs post early VMStart event
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   643
    if (env->early_vmstart_env() && env->is_enabled(JVMTI_EVENT_VM_START)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
   644
      EVT_TRACE(JVMTI_EVENT_VM_START, ("Evt Early VM start event sent" ));
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   645
      JavaThread *thread  = JavaThread::current();
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   646
      JvmtiThreadEventMark jem(thread);
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   647
      JvmtiJavaThreadEventTransition jet(thread);
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   648
      jvmtiEventVMStart callback = env->callbacks()->VMStart;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   649
      if (callback != NULL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   650
        (*callback)(env->jvmti_external(), jem.jni_env());
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   651
      }
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   652
    }
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   653
  }
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   654
}
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   655
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   656
void JvmtiExport::post_vm_start() {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
   657
  EVT_TRIG_TRACE(JVMTI_EVENT_VM_START, ("Trg VM start event triggered" ));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   658
489c9b5090e2 Initial load
duke
parents:
diff changeset
   659
  // can now enable some events
489c9b5090e2 Initial load
duke
parents:
diff changeset
   660
  JvmtiEventController::vm_start();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   661
489c9b5090e2 Initial load
duke
parents:
diff changeset
   662
  JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   663
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   664
    // Early vmstart envs do not post normal VMStart event
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   665
    if (!env->early_vmstart_env() && env->is_enabled(JVMTI_EVENT_VM_START)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
   666
      EVT_TRACE(JVMTI_EVENT_VM_START, ("Evt VM start event sent" ));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   667
489c9b5090e2 Initial load
duke
parents:
diff changeset
   668
      JavaThread *thread  = JavaThread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   669
      JvmtiThreadEventMark jem(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   670
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   671
      jvmtiEventVMStart callback = env->callbacks()->VMStart;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   672
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   673
        (*callback)(env->jvmti_external(), jem.jni_env());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   674
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   675
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   676
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   677
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   678
489c9b5090e2 Initial load
duke
parents:
diff changeset
   679
489c9b5090e2 Initial load
duke
parents:
diff changeset
   680
void JvmtiExport::post_vm_initialized() {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
   681
  EVT_TRIG_TRACE(JVMTI_EVENT_VM_INIT, ("Trg VM init event triggered" ));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   682
489c9b5090e2 Initial load
duke
parents:
diff changeset
   683
  // can now enable events
489c9b5090e2 Initial load
duke
parents:
diff changeset
   684
  JvmtiEventController::vm_init();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   685
489c9b5090e2 Initial load
duke
parents:
diff changeset
   686
  JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   687
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   688
    if (env->is_enabled(JVMTI_EVENT_VM_INIT)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
   689
      EVT_TRACE(JVMTI_EVENT_VM_INIT, ("Evt VM init event sent" ));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   690
489c9b5090e2 Initial load
duke
parents:
diff changeset
   691
      JavaThread *thread  = JavaThread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   692
      JvmtiThreadEventMark jem(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   693
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   694
      jvmtiEventVMInit callback = env->callbacks()->VMInit;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   695
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   696
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   697
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   698
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   699
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   700
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   701
489c9b5090e2 Initial load
duke
parents:
diff changeset
   702
489c9b5090e2 Initial load
duke
parents:
diff changeset
   703
void JvmtiExport::post_vm_death() {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
   704
  EVT_TRIG_TRACE(JVMTI_EVENT_VM_DEATH, ("Trg VM death event triggered" ));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   705
489c9b5090e2 Initial load
duke
parents:
diff changeset
   706
  JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   707
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   708
    if (env->is_enabled(JVMTI_EVENT_VM_DEATH)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
   709
      EVT_TRACE(JVMTI_EVENT_VM_DEATH, ("Evt VM death event sent" ));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   710
489c9b5090e2 Initial load
duke
parents:
diff changeset
   711
      JavaThread *thread  = JavaThread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   712
      JvmtiEventMark jem(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   713
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   714
      jvmtiEventVMDeath callback = env->callbacks()->VMDeath;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   715
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   716
        (*callback)(env->jvmti_external(), jem.jni_env());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   717
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   718
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   719
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   720
489c9b5090e2 Initial load
duke
parents:
diff changeset
   721
  JvmtiEnvBase::set_phase(JVMTI_PHASE_DEAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   722
  JvmtiEventController::vm_death();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   723
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   724
489c9b5090e2 Initial load
duke
parents:
diff changeset
   725
char**
489c9b5090e2 Initial load
duke
parents:
diff changeset
   726
JvmtiExport::get_all_native_method_prefixes(int* count_ptr) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   727
  // Have to grab JVMTI thread state lock to be sure environment doesn't
489c9b5090e2 Initial load
duke
parents:
diff changeset
   728
  // go away while we iterate them.  No locks during VM bring-up.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   729
  if (Threads::number_of_threads() == 0 || SafepointSynchronize::is_at_safepoint()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   730
    return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   731
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   732
    MutexLocker mu(JvmtiThreadState_lock);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   733
    return JvmtiEnvBase::get_all_native_method_prefixes(count_ptr);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   734
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   735
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   736
48105
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   737
// Convert an external thread reference to a JavaThread found on the
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   738
// specified ThreadsList. The ThreadsListHandle in the caller "protects"
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   739
// the returned JavaThread *.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   740
//
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   741
// If thread_oop_p is not NULL, then the caller wants to use the oop
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   742
// after this call so the oop is returned. On success, *jt_pp is set
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   743
// to the converted JavaThread * and JVMTI_ERROR_NONE is returned.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   744
// On error, returns various JVMTI_ERROR_* values.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   745
//
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   746
jvmtiError
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   747
JvmtiExport::cv_external_thread_to_JavaThread(ThreadsList * t_list,
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   748
                                              jthread thread,
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   749
                                              JavaThread ** jt_pp,
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   750
                                              oop * thread_oop_p) {
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   751
  assert(t_list != NULL, "must have a ThreadsList");
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   752
  assert(jt_pp != NULL, "must have a return JavaThread pointer");
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   753
  // thread_oop_p is optional so no assert()
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   754
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   755
  oop thread_oop = JNIHandles::resolve_external_guard(thread);
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   756
  if (thread_oop == NULL) {
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   757
    // NULL jthread, GC'ed jthread or a bad JNI handle.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   758
    return JVMTI_ERROR_INVALID_THREAD;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   759
  }
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   760
  // Looks like an oop at this point.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   761
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   762
  if (!thread_oop->is_a(SystemDictionary::Thread_klass())) {
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   763
    // The oop is not a java.lang.Thread.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   764
    return JVMTI_ERROR_INVALID_THREAD;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   765
  }
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   766
  // Looks like a java.lang.Thread oop at this point.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   767
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   768
  if (thread_oop_p != NULL) {
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   769
    // Return the oop to the caller; the caller may still want
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   770
    // the oop even if this function returns an error.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   771
    *thread_oop_p = thread_oop;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   772
  }
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   773
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   774
  JavaThread * java_thread = java_lang_Thread::thread(thread_oop);
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   775
  if (java_thread == NULL) {
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   776
    // The java.lang.Thread does not contain a JavaThread * so it has
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   777
    // not yet run or it has died.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   778
    return JVMTI_ERROR_THREAD_NOT_ALIVE;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   779
  }
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   780
  // Looks like a live JavaThread at this point.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   781
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   782
  // We do not check the EnableThreadSMRExtraValidityChecks option
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   783
  // for this includes() call because JVM/TI's spec is tighter.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   784
  if (!t_list->includes(java_thread)) {
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   785
    // Not on the JavaThreads list so it is not alive.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   786
    return JVMTI_ERROR_THREAD_NOT_ALIVE;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   787
  }
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   788
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   789
  // Return a live JavaThread that is "protected" by the
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   790
  // ThreadsListHandle in the caller.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   791
  *jt_pp = java_thread;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   792
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   793
  return JVMTI_ERROR_NONE;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   794
}
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   795
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   796
// Convert an oop to a JavaThread found on the specified ThreadsList.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   797
// The ThreadsListHandle in the caller "protects" the returned
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   798
// JavaThread *.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   799
//
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   800
// On success, *jt_pp is set to the converted JavaThread * and
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   801
// JVMTI_ERROR_NONE is returned. On error, returns various
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   802
// JVMTI_ERROR_* values.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   803
//
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   804
jvmtiError
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   805
JvmtiExport::cv_oop_to_JavaThread(ThreadsList * t_list, oop thread_oop,
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   806
                                  JavaThread ** jt_pp) {
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   807
  assert(t_list != NULL, "must have a ThreadsList");
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   808
  assert(thread_oop != NULL, "must have an oop");
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   809
  assert(jt_pp != NULL, "must have a return JavaThread pointer");
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   810
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   811
  if (!thread_oop->is_a(SystemDictionary::Thread_klass())) {
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   812
    // The oop is not a java.lang.Thread.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   813
    return JVMTI_ERROR_INVALID_THREAD;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   814
  }
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   815
  // Looks like a java.lang.Thread oop at this point.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   816
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   817
  JavaThread * java_thread = java_lang_Thread::thread(thread_oop);
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   818
  if (java_thread == NULL) {
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   819
    // The java.lang.Thread does not contain a JavaThread * so it has
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   820
    // not yet run or it has died.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   821
    return JVMTI_ERROR_THREAD_NOT_ALIVE;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   822
  }
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   823
  // Looks like a live JavaThread at this point.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   824
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   825
  // We do not check the EnableThreadSMRExtraValidityChecks option
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   826
  // for this includes() call because JVM/TI's spec is tighter.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   827
  if (!t_list->includes(java_thread)) {
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   828
    // Not on the JavaThreads list so it is not alive.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   829
    return JVMTI_ERROR_THREAD_NOT_ALIVE;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   830
  }
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   831
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   832
  // Return a live JavaThread that is "protected" by the
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   833
  // ThreadsListHandle in the caller.
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   834
  *jt_pp = java_thread;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   835
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   836
  return JVMTI_ERROR_NONE;
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   837
}
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
   838
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   839
class JvmtiClassFileLoadHookPoster : public StackObj {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   840
 private:
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7918
diff changeset
   841
  Symbol*            _h_name;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   842
  Handle               _class_loader;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   843
  Handle               _h_protection_domain;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   844
  unsigned char **     _data_ptr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   845
  unsigned char **     _end_ptr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   846
  JavaThread *         _thread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   847
  jint                 _curr_len;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   848
  unsigned char *      _curr_data;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   849
  JvmtiEnv *           _curr_env;
18940
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   850
  JvmtiCachedClassFileData ** _cached_class_file_ptr;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   851
  JvmtiThreadState *   _state;
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
   852
  Klass*               _class_being_redefined;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   853
  JvmtiClassLoadKind   _load_kind;
42650
1f304d0c888b 8171008: Integrate AOT compiler into JDK
kvn
parents: 42307
diff changeset
   854
  bool                 _has_been_modified;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   855
489c9b5090e2 Initial load
duke
parents:
diff changeset
   856
 public:
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7918
diff changeset
   857
  inline JvmtiClassFileLoadHookPoster(Symbol* h_name, Handle class_loader,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   858
                                      Handle h_protection_domain,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   859
                                      unsigned char **data_ptr, unsigned char **end_ptr,
18940
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   860
                                      JvmtiCachedClassFileData **cache_ptr) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   861
    _h_name = h_name;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   862
    _class_loader = class_loader;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   863
    _h_protection_domain = h_protection_domain;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   864
    _data_ptr = data_ptr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   865
    _end_ptr = end_ptr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   866
    _thread = JavaThread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   867
    _curr_len = *end_ptr - *data_ptr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   868
    _curr_data = *data_ptr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   869
    _curr_env = NULL;
18940
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   870
    _cached_class_file_ptr = cache_ptr;
42650
1f304d0c888b 8171008: Integrate AOT compiler into JDK
kvn
parents: 42307
diff changeset
   871
    _has_been_modified = false;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   872
489c9b5090e2 Initial load
duke
parents:
diff changeset
   873
    _state = _thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   874
    if (_state != NULL) {
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
   875
      _class_being_redefined = _state->get_class_being_redefined();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   876
      _load_kind = _state->get_class_load_kind();
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
   877
      Klass* klass = (_class_being_redefined == NULL) ? NULL : _class_being_redefined;
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   878
      if (_load_kind != jvmti_class_load_kind_load && klass != NULL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   879
        ModuleEntry* module_entry = InstanceKlass::cast(klass)->module();
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   880
        assert(module_entry != NULL, "module_entry should always be set");
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   881
        if (module_entry->is_named() &&
46961
c9094b1e5f87 8186088: ConstantPoolCache::_resolved_references is not a JNIHandle
coleenp
parents: 46773
diff changeset
   882
            module_entry->module() != NULL &&
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   883
            !module_entry->has_default_read_edges()) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   884
          if (!module_entry->set_has_default_read_edges()) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   885
            // We won a potential race.
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   886
            // Add read edges to the unnamed modules of the bootstrap and app class loaders
46773
fb17cc9a6847 8185717: Make ModuleEntry->module() return an oop not a jobject
hseigel
parents: 46727
diff changeset
   887
            Handle class_module(_thread, module_entry->module()); // Obtain j.l.r.Module
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   888
            JvmtiExport::add_default_read_edges(class_module, _thread);
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   889
          }
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   890
        }
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   891
      }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   892
      // Clear class_being_redefined flag here. The action
489c9b5090e2 Initial load
duke
parents:
diff changeset
   893
      // from agent handler could generate a new class file load
489c9b5090e2 Initial load
duke
parents:
diff changeset
   894
      // hook event and if it is not cleared the new event generated
489c9b5090e2 Initial load
duke
parents:
diff changeset
   895
      // from regular class file load could have this stale redefined
489c9b5090e2 Initial load
duke
parents:
diff changeset
   896
      // class handle info.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   897
      _state->clear_class_being_redefined();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   898
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   899
      // redefine and retransform will always set the thread state
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
   900
      _class_being_redefined = NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   901
      _load_kind = jvmti_class_load_kind_load;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   902
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   903
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   904
489c9b5090e2 Initial load
duke
parents:
diff changeset
   905
  void post() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   906
    post_all_envs();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   907
    copy_modified_data();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   908
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   909
42650
1f304d0c888b 8171008: Integrate AOT compiler into JDK
kvn
parents: 42307
diff changeset
   910
  bool has_been_modified() { return _has_been_modified; }
1f304d0c888b 8171008: Integrate AOT compiler into JDK
kvn
parents: 42307
diff changeset
   911
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   912
 private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   913
  void post_all_envs() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   914
    if (_load_kind != jvmti_class_load_kind_retransform) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   915
      // for class load and redefine,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   916
      // call the non-retransformable agents
489c9b5090e2 Initial load
duke
parents:
diff changeset
   917
      JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   918
      for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   919
        if (!env->is_retransformable() && env->is_enabled(JVMTI_EVENT_CLASS_FILE_LOAD_HOOK)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   920
          // non-retransformable agents cannot retransform back,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   921
          // so no need to cache the original class file bytes
489c9b5090e2 Initial load
duke
parents:
diff changeset
   922
          post_to_env(env, false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   923
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   924
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   925
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   926
    JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   927
    for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   928
      // retransformable agents get all events
489c9b5090e2 Initial load
duke
parents:
diff changeset
   929
      if (env->is_retransformable() && env->is_enabled(JVMTI_EVENT_CLASS_FILE_LOAD_HOOK)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   930
        // retransformable agents need to cache the original class file
489c9b5090e2 Initial load
duke
parents:
diff changeset
   931
        // bytes if changes are made via the ClassFileLoadHook
489c9b5090e2 Initial load
duke
parents:
diff changeset
   932
        post_to_env(env, true);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   933
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   934
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   935
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   936
489c9b5090e2 Initial load
duke
parents:
diff changeset
   937
  void post_to_env(JvmtiEnv* env, bool caching_needed) {
38110
22bb1ed67962 8153749: New capability can_generate_early_class_hook_events
sspitsyn
parents: 38060
diff changeset
   938
    if (env->phase() == JVMTI_PHASE_PRIMORDIAL && !env->early_class_hook_env()) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   939
      return;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   940
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   941
    unsigned char *new_data = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   942
    jint new_len = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   943
    JvmtiClassFileLoadEventMark jem(_thread, _h_name, _class_loader,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   944
                                    _h_protection_domain,
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
   945
                                    _class_being_redefined);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   946
    JvmtiJavaThreadEventTransition jet(_thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   947
    jvmtiEventClassFileLoadHook callback = env->callbacks()->ClassFileLoadHook;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   948
    if (callback != NULL) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
   949
      (*callback)(env->jvmti_external(), jem.jni_env(),
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   950
                  jem.class_being_redefined(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   951
                  jem.jloader(), jem.class_name(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   952
                  jem.protection_domain(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   953
                  _curr_len, _curr_data,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   954
                  &new_len, &new_data);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   955
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   956
    if (new_data != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   957
      // this agent has modified class data.
42650
1f304d0c888b 8171008: Integrate AOT compiler into JDK
kvn
parents: 42307
diff changeset
   958
      _has_been_modified = true;
18940
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   959
      if (caching_needed && *_cached_class_file_ptr == NULL) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   960
        // data has been changed by the new retransformable agent
489c9b5090e2 Initial load
duke
parents:
diff changeset
   961
        // and it hasn't already been cached, cache it
18940
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   962
        JvmtiCachedClassFileData *p;
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   963
        p = (JvmtiCachedClassFileData *)os::malloc(
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   964
          offset_of(JvmtiCachedClassFileData, data) + _curr_len, mtInternal);
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   965
        if (p == NULL) {
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   966
          vm_exit_out_of_memory(offset_of(JvmtiCachedClassFileData, data) + _curr_len,
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   967
            OOM_MALLOC_ERROR,
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   968
            "unable to allocate cached copy of original class bytes");
17368
b7cb1739172e 8008255: jvmtiExport.cpp::post_to_env() does not check malloc() return
rbackman
parents: 15484
diff changeset
   969
        }
18940
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   970
        p->length = _curr_len;
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   971
        memcpy(p->data, _curr_data, _curr_len);
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
   972
        *_cached_class_file_ptr = p;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   973
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   974
489c9b5090e2 Initial load
duke
parents:
diff changeset
   975
      if (_curr_data != *_data_ptr) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   976
        // curr_data is previous agent modified class data.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   977
        // And this has been changed by the new agent so
489c9b5090e2 Initial load
duke
parents:
diff changeset
   978
        // we can delete it now.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   979
        _curr_env->Deallocate(_curr_data);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   980
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   981
489c9b5090e2 Initial load
duke
parents:
diff changeset
   982
      // Class file data has changed by the current agent.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   983
      _curr_data = new_data;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   984
      _curr_len = new_len;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   985
      // Save the current agent env we need this to deallocate the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   986
      // memory allocated by this agent.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   987
      _curr_env = env;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   988
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   989
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   990
489c9b5090e2 Initial load
duke
parents:
diff changeset
   991
  void copy_modified_data() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   992
    // if one of the agent has modified class file data.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   993
    // Copy modified class data to new resources array.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   994
    if (_curr_data != *_data_ptr) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   995
      *_data_ptr = NEW_RESOURCE_ARRAY(u1, _curr_len);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   996
      memcpy(*_data_ptr, _curr_data, _curr_len);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   997
      *_end_ptr = *_data_ptr + _curr_len;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   998
      _curr_env->Deallocate(_curr_data);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   999
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1000
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1001
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1002
52319
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1003
bool JvmtiExport::is_early_phase() {
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1004
  return JvmtiEnvBase::get_phase() <= JVMTI_PHASE_PRIMORDIAL;
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1005
}
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1006
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1007
bool JvmtiExport::has_early_class_hook_env() {
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1008
  JvmtiEnvIterator it;
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1009
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1010
    if (env->early_class_hook_env()) {
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1011
      return true;
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1012
    }
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1013
  }
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1014
  return false;
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1015
}
625f6c742392 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam
parents: 52179
diff changeset
  1016
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1017
bool JvmtiExport::_should_post_class_file_load_hook = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1018
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1019
// this entry is for class file load hook on class load, redefine and retransform
42650
1f304d0c888b 8171008: Integrate AOT compiler into JDK
kvn
parents: 42307
diff changeset
  1020
bool JvmtiExport::post_class_file_load_hook(Symbol* h_name,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1021
                                            Handle class_loader,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1022
                                            Handle h_protection_domain,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1023
                                            unsigned char **data_ptr,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1024
                                            unsigned char **end_ptr,
18940
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
  1025
                                            JvmtiCachedClassFileData **cache_ptr) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1026
  if (JvmtiEnv::get_phase() < JVMTI_PHASE_PRIMORDIAL) {
42650
1f304d0c888b 8171008: Integrate AOT compiler into JDK
kvn
parents: 42307
diff changeset
  1027
    return false;
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1028
  }
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1029
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1030
  JvmtiClassFileLoadHookPoster poster(h_name, class_loader,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1031
                                      h_protection_domain,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1032
                                      data_ptr, end_ptr,
18940
d39d4765e6cb 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli
parents: 17597
diff changeset
  1033
                                      cache_ptr);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1034
  poster.post();
42650
1f304d0c888b 8171008: Integrate AOT compiler into JDK
kvn
parents: 42307
diff changeset
  1035
  return poster.has_been_modified();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1036
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1037
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1038
void JvmtiExport::report_unsupported(bool on) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1039
  // If any JVMTI service is turned on, we need to exit before native code
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1040
  // tries to access nonexistant services.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1041
  if (on) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1042
    vm_exit_during_initialization("Java Kernel does not support JVMTI.");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1043
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1044
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1045
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1046
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1047
static inline Klass* oop_to_klass(oop obj) {
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1048
  Klass* k = obj->klass();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1049
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1050
  // if the object is a java.lang.Class then return the java mirror
4571
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 3581
diff changeset
  1051
  if (k == SystemDictionary::Class_klass()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1052
    if (!java_lang_Class::is_primitive(obj)) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1053
      k = java_lang_Class::as_Klass(obj);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1054
      assert(k != NULL, "class for non-primitive mirror must exist");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1055
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1056
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1057
  return k;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1058
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1059
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  1060
class JvmtiObjectAllocEventMark : public JvmtiClassEventMark  {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1061
 private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1062
   jobject _jobj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1063
   jlong    _size;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1064
 public:
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  1065
   JvmtiObjectAllocEventMark(JavaThread *thread, oop obj) : JvmtiClassEventMark(thread, oop_to_klass(obj)) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1066
     _jobj = (jobject)to_jobject(obj);
52179
597ed181a9e8 8212186: JVMTI lacks a few GC barriers/hooks
rkennke
parents: 51594
diff changeset
  1067
     _size = Universe::heap()->obj_size(obj) * wordSize;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1068
   };
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1069
   jobject jni_jobject() { return _jobj; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1070
   jlong size() { return _size; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1071
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1072
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1073
class JvmtiCompiledMethodLoadEventMark : public JvmtiMethodEventMark {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1074
 private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1075
  jint _code_size;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1076
  const void *_code_data;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1077
  jint _map_length;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1078
  jvmtiAddrLocationMap *_map;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1079
  const void *_compile_info;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1080
 public:
4732
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  1081
  JvmtiCompiledMethodLoadEventMark(JavaThread *thread, nmethod *nm, void* compile_info_ptr = NULL)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1082
          : JvmtiMethodEventMark(thread,methodHandle(thread, nm->method())) {
6418
6671edbd230e 6978355: renaming for 6961697
twisti
parents: 5702
diff changeset
  1083
    _code_data = nm->insts_begin();
6671edbd230e 6978355: renaming for 6961697
twisti
parents: 5702
diff changeset
  1084
    _code_size = nm->insts_size();
4732
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  1085
    _compile_info = compile_info_ptr; // Set void pointer of compiledMethodLoad Event. Default value is NULL.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1086
    JvmtiCodeBlobEvents::build_jvmti_addr_location_map(nm, &_map, &_map_length);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1087
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1088
  ~JvmtiCompiledMethodLoadEventMark() {
27880
afb974a04396 8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents: 25468
diff changeset
  1089
     FREE_C_HEAP_ARRAY(jvmtiAddrLocationMap, _map);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1090
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1091
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1092
  jint code_size() { return _code_size; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1093
  const void *code_data() { return _code_data; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1094
  jint map_length() { return _map_length; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1095
  const jvmtiAddrLocationMap* map() { return _map; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1096
  const void *compile_info() { return _compile_info; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1097
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1098
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1099
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1100
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1101
class JvmtiMonitorEventMark : public JvmtiThreadEventMark {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1102
private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1103
  jobject _jobj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1104
public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1105
  JvmtiMonitorEventMark(JavaThread *thread, oop object)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1106
          : JvmtiThreadEventMark(thread){
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1107
     _jobj = to_jobject(object);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1108
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1109
  jobject jni_object() { return _jobj; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1110
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1111
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1112
///////////////////////////////////////////////////////////////
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1113
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1114
// pending CompiledMethodUnload support
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1115
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1116
8110
c992c8d52344 6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread"
kamg
parents: 8076
diff changeset
  1117
void JvmtiExport::post_compiled_method_unload(
c992c8d52344 6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread"
kamg
parents: 8076
diff changeset
  1118
       jmethodID method, const void *code_begin) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1119
  if (JvmtiEnv::get_phase() < JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1120
    return;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1121
  }
8110
c992c8d52344 6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread"
kamg
parents: 8076
diff changeset
  1122
  JavaThread* thread = JavaThread::current();
5700
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1123
  EVT_TRIG_TRACE(JVMTI_EVENT_COMPILED_METHOD_UNLOAD,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1124
                 ("[%s] method compile unload event triggered",
8110
c992c8d52344 6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread"
kamg
parents: 8076
diff changeset
  1125
                  JvmtiTrace::safe_get_thread_name(thread)));
5700
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1126
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1127
  // post the event for each environment that has this event enabled.
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1128
  JvmtiEnvIterator it;
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1129
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1130
    if (env->is_enabled(JVMTI_EVENT_COMPILED_METHOD_UNLOAD)) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1131
      if (env->phase() == JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1132
        continue;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1133
      }
5700
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1134
      EVT_TRACE(JVMTI_EVENT_COMPILED_METHOD_UNLOAD,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1135
                ("[%s] class compile method unload event sent jmethodID " PTR_FORMAT,
33148
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 32817
diff changeset
  1136
                 JvmtiTrace::safe_get_thread_name(thread), p2i(method)));
5700
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1137
8110
c992c8d52344 6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread"
kamg
parents: 8076
diff changeset
  1138
      ResourceMark rm(thread);
5700
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1139
8110
c992c8d52344 6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread"
kamg
parents: 8076
diff changeset
  1140
      JvmtiEventMark jem(thread);
c992c8d52344 6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread"
kamg
parents: 8076
diff changeset
  1141
      JvmtiJavaThreadEventTransition jet(thread);
5700
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1142
      jvmtiEventCompiledMethodUnload callback = env->callbacks()->CompiledMethodUnload;
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1143
      if (callback != NULL) {
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1144
        (*callback)(env->jvmti_external(), method, code_begin);
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1145
      }
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1146
    }
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1147
  }
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1148
}
a78767273dc1 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never
parents: 5353
diff changeset
  1149
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1150
///////////////////////////////////////////////////////////////
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1151
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1152
// JvmtiExport
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1153
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1154
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1155
void JvmtiExport::post_raw_breakpoint(JavaThread *thread, Method* method, address location) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1156
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1157
  methodHandle mh(thread, method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1158
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1159
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1160
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1161
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1162
  }
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1163
  EVT_TRIG_TRACE(JVMTI_EVENT_BREAKPOINT, ("[%s] Trg Breakpoint triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1164
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1165
  JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1166
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1167
    ets->compare_and_set_current_location(mh(), location, JVMTI_EVENT_BREAKPOINT);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1168
    if (!ets->breakpoint_posted() && ets->is_enabled(JVMTI_EVENT_BREAKPOINT)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1169
      ThreadState old_os_state = thread->osthread()->get_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1170
      thread->osthread()->set_state(BREAKPOINTED);
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1171
      EVT_TRACE(JVMTI_EVENT_BREAKPOINT, ("[%s] Evt Breakpoint sent %s.%s @ " INTX_FORMAT,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1172
                     JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1173
                     (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1174
                     (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1175
                     location - mh()->code_base() ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1176
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1177
      JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1178
      JvmtiLocationEventMark jem(thread, mh, location);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1179
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1180
      jvmtiEventBreakpoint callback = env->callbacks()->Breakpoint;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1181
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1182
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1183
                    jem.jni_methodID(), jem.location());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1184
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1185
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1186
      ets->set_breakpoint_posted();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1187
      thread->osthread()->set_state(old_os_state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1188
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1189
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1190
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1191
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1192
//////////////////////////////////////////////////////////////////////////////
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1193
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1194
bool              JvmtiExport::_can_get_source_debug_extension            = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1195
bool              JvmtiExport::_can_maintain_original_method_order        = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1196
bool              JvmtiExport::_can_post_interpreter_events               = false;
4761
bdb7375a1fee 6902182: 4/4 Starting with jdwp agent should not incur performance penalty
dcubed
parents: 4733
diff changeset
  1197
bool              JvmtiExport::_can_post_on_exceptions                    = false;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1198
bool              JvmtiExport::_can_post_breakpoint                       = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1199
bool              JvmtiExport::_can_post_field_access                     = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1200
bool              JvmtiExport::_can_post_field_modification               = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1201
bool              JvmtiExport::_can_post_method_entry                     = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1202
bool              JvmtiExport::_can_post_method_exit                      = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1203
bool              JvmtiExport::_can_pop_frame                             = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1204
bool              JvmtiExport::_can_force_early_return                    = false;
58512
5185bc8dcbb1 8230677: Should disable Escape Analysis if JVMTI capability can_get_owned_monitor_info was taken
rrich
parents: 58358
diff changeset
  1205
bool              JvmtiExport::_can_get_owned_monitor_info                = false;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1206
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1207
bool              JvmtiExport::_early_vmstart_recorded                    = false;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1208
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1209
bool              JvmtiExport::_should_post_single_step                   = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1210
bool              JvmtiExport::_should_post_field_access                  = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1211
bool              JvmtiExport::_should_post_field_modification            = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1212
bool              JvmtiExport::_should_post_class_load                    = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1213
bool              JvmtiExport::_should_post_class_prepare                 = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1214
bool              JvmtiExport::_should_post_class_unload                  = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1215
bool              JvmtiExport::_should_post_thread_life                   = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1216
bool              JvmtiExport::_should_clean_up_heap_objects              = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1217
bool              JvmtiExport::_should_post_native_method_bind            = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1218
bool              JvmtiExport::_should_post_dynamic_code_generated        = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1219
bool              JvmtiExport::_should_post_data_dump                     = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1220
bool              JvmtiExport::_should_post_compiled_method_load          = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1221
bool              JvmtiExport::_should_post_compiled_method_unload        = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1222
bool              JvmtiExport::_should_post_monitor_contended_enter       = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1223
bool              JvmtiExport::_should_post_monitor_contended_entered     = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1224
bool              JvmtiExport::_should_post_monitor_wait                  = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1225
bool              JvmtiExport::_should_post_monitor_waited                = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1226
bool              JvmtiExport::_should_post_garbage_collection_start      = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1227
bool              JvmtiExport::_should_post_garbage_collection_finish     = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1228
bool              JvmtiExport::_should_post_object_free                   = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1229
bool              JvmtiExport::_should_post_resource_exhausted            = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1230
bool              JvmtiExport::_should_post_vm_object_alloc               = false;
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  1231
bool              JvmtiExport::_should_post_sampled_object_alloc          = false;
4761
bdb7375a1fee 6902182: 4/4 Starting with jdwp agent should not incur performance penalty
dcubed
parents: 4733
diff changeset
  1232
bool              JvmtiExport::_should_post_on_exceptions                 = false;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1233
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1234
////////////////////////////////////////////////////////////////////////////////////////////////
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1235
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1236
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1237
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1238
// JVMTI single step management
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1239
//
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1240
void JvmtiExport::at_single_stepping_point(JavaThread *thread, Method* method, address location) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1241
  assert(JvmtiExport::should_post_single_step(), "must be single stepping");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1242
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1243
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1244
  methodHandle mh(thread, method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1245
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1246
  // update information about current location and post a step event
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1247
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1248
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1249
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1250
  }
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1251
  EVT_TRIG_TRACE(JVMTI_EVENT_SINGLE_STEP, ("[%s] Trg Single Step triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1252
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1253
  if (!state->hide_single_stepping()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1254
    if (state->is_pending_step_for_popframe()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1255
      state->process_pending_step_for_popframe();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1256
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1257
    if (state->is_pending_step_for_earlyret()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1258
      state->process_pending_step_for_earlyret();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1259
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1260
    JvmtiExport::post_single_step(thread, mh(), location);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1261
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1262
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1263
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1264
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1265
void JvmtiExport::expose_single_stepping(JavaThread *thread) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1266
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1267
  if (state != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1268
    state->clear_hide_single_stepping();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1269
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1270
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1271
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1272
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1273
bool JvmtiExport::hide_single_stepping(JavaThread *thread) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1274
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1275
  if (state != NULL && state->is_enabled(JVMTI_EVENT_SINGLE_STEP)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1276
    state->set_hide_single_stepping();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1277
    return true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1278
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1279
    return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1280
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1281
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1282
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1283
void JvmtiExport::post_class_load(JavaThread *thread, Klass* klass) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1284
  if (JvmtiEnv::get_phase() < JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1285
    return;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1286
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1287
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1288
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1289
  EVT_TRIG_TRACE(JVMTI_EVENT_CLASS_LOAD, ("[%s] Trg Class Load triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1290
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1291
  JvmtiThreadState* state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1292
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1293
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1294
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1295
  JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1296
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1297
    if (ets->is_enabled(JVMTI_EVENT_CLASS_LOAD)) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1298
      JvmtiEnv *env = ets->get_env();
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1299
      if (env->phase() == JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1300
        continue;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1301
      }
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1302
      EVT_TRACE(JVMTI_EVENT_CLASS_LOAD, ("[%s] Evt Class Load sent %s",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1303
                                         JvmtiTrace::safe_get_thread_name(thread),
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1304
                                         klass==NULL? "NULL" : klass->external_name() ));
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1305
      JvmtiClassEventMark jem(thread, klass);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1306
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1307
      jvmtiEventClassLoad callback = env->callbacks()->ClassLoad;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1308
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1309
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(), jem.jni_class());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1310
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1311
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1312
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1313
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1314
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1315
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1316
void JvmtiExport::post_class_prepare(JavaThread *thread, Klass* klass) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1317
  if (JvmtiEnv::get_phase() < JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1318
    return;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1319
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1320
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1321
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1322
  EVT_TRIG_TRACE(JVMTI_EVENT_CLASS_PREPARE, ("[%s] Trg Class Prepare triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1323
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1324
  JvmtiThreadState* state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1325
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1326
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1327
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1328
  JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1329
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1330
    if (ets->is_enabled(JVMTI_EVENT_CLASS_PREPARE)) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1331
      JvmtiEnv *env = ets->get_env();
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1332
      if (env->phase() == JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1333
        continue;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1334
      }
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1335
      EVT_TRACE(JVMTI_EVENT_CLASS_PREPARE, ("[%s] Evt Class Prepare sent %s",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1336
                                            JvmtiTrace::safe_get_thread_name(thread),
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1337
                                            klass==NULL? "NULL" : klass->external_name() ));
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1338
      JvmtiClassEventMark jem(thread, klass);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1339
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1340
      jvmtiEventClassPrepare callback = env->callbacks()->ClassPrepare;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1341
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1342
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(), jem.jni_class());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1343
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1344
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1345
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1346
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1347
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1348
void JvmtiExport::post_class_unload(Klass* klass) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1349
  if (JvmtiEnv::get_phase() < JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1350
    return;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1351
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1352
  Thread *thread = Thread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1353
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1354
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1355
  EVT_TRIG_TRACE(EXT_EVENT_CLASS_UNLOAD, ("[?] Trg Class Unload triggered" ));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1356
  if (JvmtiEventController::is_enabled((jvmtiEvent)EXT_EVENT_CLASS_UNLOAD)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1357
    assert(thread->is_VM_thread(), "wrong thread");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1358
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1359
    // get JavaThread for whom we are proxy
43679
0e60946764a6 8173693: disable post_class_unload() for non JavaThread initiators
dcubed
parents: 42895
diff changeset
  1360
    Thread *calling_thread = ((VMThread *)thread)->vm_operation()->calling_thread();
0e60946764a6 8173693: disable post_class_unload() for non JavaThread initiators
dcubed
parents: 42895
diff changeset
  1361
    if (!calling_thread->is_Java_thread()) {
0e60946764a6 8173693: disable post_class_unload() for non JavaThread initiators
dcubed
parents: 42895
diff changeset
  1362
      // cannot post an event to a non-JavaThread
0e60946764a6 8173693: disable post_class_unload() for non JavaThread initiators
dcubed
parents: 42895
diff changeset
  1363
      return;
0e60946764a6 8173693: disable post_class_unload() for non JavaThread initiators
dcubed
parents: 42895
diff changeset
  1364
    }
0e60946764a6 8173693: disable post_class_unload() for non JavaThread initiators
dcubed
parents: 42895
diff changeset
  1365
    JavaThread *real_thread = (JavaThread *)calling_thread;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1366
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1367
    JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1368
    for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1369
      if (env->phase() == JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1370
        continue;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1371
      }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1372
      if (env->is_enabled((jvmtiEvent)EXT_EVENT_CLASS_UNLOAD)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1373
        EVT_TRACE(EXT_EVENT_CLASS_UNLOAD, ("[?] Evt Class Unload sent %s",
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1374
                  klass==NULL? "NULL" : klass->external_name() ));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1375
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1376
        // do everything manually, since this is a proxy - needs special care
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1377
        JNIEnv* jni_env = real_thread->jni_environment();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1378
        jthread jt = (jthread)JNIHandles::make_local(real_thread, real_thread->threadObj());
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1379
        jclass jk = (jclass)JNIHandles::make_local(real_thread, klass->java_mirror());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1380
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1381
        // Before we call the JVMTI agent, we have to set the state in the
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1382
        // thread for which we are proxying.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1383
        JavaThreadState prev_state = real_thread->thread_state();
23447
271ad7631939 6976636: JVM/TI test ex03t001 fails assertion
sspitsyn
parents: 22897
diff changeset
  1384
        assert(((Thread *)real_thread)->is_ConcurrentGC_thread() ||
271ad7631939 6976636: JVM/TI test ex03t001 fails assertion
sspitsyn
parents: 22897
diff changeset
  1385
               (real_thread->is_Java_thread() && prev_state == _thread_blocked),
271ad7631939 6976636: JVM/TI test ex03t001 fails assertion
sspitsyn
parents: 22897
diff changeset
  1386
               "should be ConcurrentGCThread or JavaThread at safepoint");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1387
        real_thread->set_thread_state(_thread_in_native);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1388
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1389
        jvmtiExtensionEvent callback = env->ext_callbacks()->ClassUnload;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1390
        if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1391
          (*callback)(env->jvmti_external(), jni_env, jt, jk);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1392
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1393
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1394
        assert(real_thread->thread_state() == _thread_in_native,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1395
               "JavaThread should be in native");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1396
        real_thread->set_thread_state(prev_state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1397
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1398
        JNIHandles::destroy_local(jk);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1399
        JNIHandles::destroy_local(jt);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1400
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1401
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1402
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1403
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1404
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1405
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1406
void JvmtiExport::post_thread_start(JavaThread *thread) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1407
  if (JvmtiEnv::get_phase() < JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1408
    return;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1409
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1410
  assert(thread->thread_state() == _thread_in_vm, "must be in vm state");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1411
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1412
  EVT_TRIG_TRACE(JVMTI_EVENT_THREAD_START, ("[%s] Trg Thread Start event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1413
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1414
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1415
  // do JVMTI thread initialization (if needed)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1416
  JvmtiEventController::thread_started(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1417
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1418
  // Do not post thread start event for hidden java thread.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1419
  if (JvmtiEventController::is_enabled(JVMTI_EVENT_THREAD_START) &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1420
      !thread->is_hidden_from_external_view()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1421
    JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1422
    for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1423
      if (env->phase() == JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1424
        continue;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1425
      }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1426
      if (env->is_enabled(JVMTI_EVENT_THREAD_START)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1427
        EVT_TRACE(JVMTI_EVENT_THREAD_START, ("[%s] Evt Thread Start event sent",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1428
                     JvmtiTrace::safe_get_thread_name(thread) ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1429
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1430
        JvmtiThreadEventMark jem(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1431
        JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1432
        jvmtiEventThreadStart callback = env->callbacks()->ThreadStart;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1433
        if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1434
          (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1435
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1436
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1437
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1438
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1439
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1440
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1441
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1442
void JvmtiExport::post_thread_end(JavaThread *thread) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1443
  if (JvmtiEnv::get_phase() < JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1444
    return;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1445
  }
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1446
  EVT_TRIG_TRACE(JVMTI_EVENT_THREAD_END, ("[%s] Trg Thread End event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1447
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1448
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1449
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1450
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1451
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1452
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1453
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1454
  // Do not post thread end event for hidden java thread.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1455
  if (state->is_enabled(JVMTI_EVENT_THREAD_END) &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1456
      !thread->is_hidden_from_external_view()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1457
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1458
    JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1459
    for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1460
      if (ets->is_enabled(JVMTI_EVENT_THREAD_END)) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1461
        JvmtiEnv *env = ets->get_env();
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1462
        if (env->phase() == JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1463
          continue;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  1464
        }
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1465
        EVT_TRACE(JVMTI_EVENT_THREAD_END, ("[%s] Evt Thread End event sent",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1466
                     JvmtiTrace::safe_get_thread_name(thread) ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1467
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1468
        JvmtiThreadEventMark jem(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1469
        JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1470
        jvmtiEventThreadEnd callback = env->callbacks()->ThreadEnd;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1471
        if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1472
          (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1473
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1474
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1475
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1476
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1477
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1478
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1479
void JvmtiExport::post_object_free(JvmtiEnv* env, jlong tag) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1480
  assert(SafepointSynchronize::is_at_safepoint(), "must be executed at safepoint");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1481
  assert(env->is_enabled(JVMTI_EVENT_OBJECT_FREE), "checking");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1482
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1483
  EVT_TRIG_TRACE(JVMTI_EVENT_OBJECT_FREE, ("[?] Trg Object Free triggered" ));
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1484
  EVT_TRACE(JVMTI_EVENT_OBJECT_FREE, ("[?] Evt Object Free sent"));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1485
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1486
  jvmtiEventObjectFree callback = env->callbacks()->ObjectFree;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1487
  if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1488
    (*callback)(env->jvmti_external(), tag);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1489
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1490
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1491
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1492
void JvmtiExport::post_resource_exhausted(jint resource_exhausted_flags, const char* description) {
52691
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1493
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1494
  JavaThread *thread  = JavaThread::current();
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1495
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1496
  // JDK-8213834: handlers of ResourceExhausted may attempt some analysis
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1497
  // which often requires running java.
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1498
  // This will cause problems on threads not able to run java, e.g. compiler
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1499
  // threads. To forestall these problems, we therefore suppress sending this
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1500
  // event from threads which are not able to run java.
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1501
  if (!thread->can_call_java()) {
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1502
    return;
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1503
  }
d9f6a700fec9 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe
parents: 52619
diff changeset
  1504
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1505
  EVT_TRIG_TRACE(JVMTI_EVENT_RESOURCE_EXHAUSTED, ("Trg resource exhausted event triggered" ));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1506
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1507
  JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1508
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1509
    if (env->is_enabled(JVMTI_EVENT_RESOURCE_EXHAUSTED)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1510
      EVT_TRACE(JVMTI_EVENT_RESOURCE_EXHAUSTED, ("Evt resource exhausted event sent" ));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1511
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1512
      JvmtiThreadEventMark jem(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1513
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1514
      jvmtiEventResourceExhausted callback = env->callbacks()->ResourceExhausted;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1515
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1516
        (*callback)(env->jvmti_external(), jem.jni_env(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1517
                    resource_exhausted_flags, NULL, description);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1518
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1519
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1520
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1521
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1522
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1523
void JvmtiExport::post_method_entry(JavaThread *thread, Method* method, frame current_frame) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1524
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1525
  methodHandle mh(thread, method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1526
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1527
  EVT_TRIG_TRACE(JVMTI_EVENT_METHOD_ENTRY, ("[%s] Trg Method Entry triggered %s.%s",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1528
                     JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1529
                     (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1530
                     (mh() == NULL) ? "NULL" : mh()->name()->as_C_string() ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1531
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1532
  JvmtiThreadState* state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1533
  if (state == NULL || !state->is_interp_only_mode()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1534
    // for any thread that actually wants method entry, interp_only_mode is set
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1535
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1536
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1537
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1538
  state->incr_cur_stack_depth();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1539
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1540
  if (state->is_enabled(JVMTI_EVENT_METHOD_ENTRY)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1541
    JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1542
    for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1543
      if (ets->is_enabled(JVMTI_EVENT_METHOD_ENTRY)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1544
        EVT_TRACE(JVMTI_EVENT_METHOD_ENTRY, ("[%s] Evt Method Entry sent %s.%s",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1545
                                             JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1546
                                             (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1547
                                             (mh() == NULL) ? "NULL" : mh()->name()->as_C_string() ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1548
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1549
        JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1550
        JvmtiMethodEventMark jem(thread, mh);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1551
        JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1552
        jvmtiEventMethodEntry callback = env->callbacks()->MethodEntry;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1553
        if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1554
          (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(), jem.jni_methodID());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1555
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1556
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1557
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1558
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1559
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1560
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1561
void JvmtiExport::post_method_exit(JavaThread *thread, Method* method, frame current_frame) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1562
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1563
  methodHandle mh(thread, method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1564
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1565
  EVT_TRIG_TRACE(JVMTI_EVENT_METHOD_EXIT, ("[%s] Trg Method Exit triggered %s.%s",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1566
                     JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1567
                     (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1568
                     (mh() == NULL) ? "NULL" : mh()->name()->as_C_string() ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1569
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1570
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1571
  if (state == NULL || !state->is_interp_only_mode()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1572
    // for any thread that actually wants method exit, interp_only_mode is set
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1573
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1574
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1575
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1576
  // return a flag when a method terminates by throwing an exception
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1577
  // i.e. if an exception is thrown and it's not caught by the current method
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1578
  bool exception_exit = state->is_exception_detected() && !state->is_exception_caught();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1579
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1580
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1581
  if (state->is_enabled(JVMTI_EVENT_METHOD_EXIT)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1582
    Handle result;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1583
    jvalue value;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1584
    value.j = 0L;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1585
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1586
    // if the method hasn't been popped because of an exception then we populate
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1587
    // the return_value parameter for the callback. At this point we only have
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1588
    // the address of a "raw result" and we just call into the interpreter to
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1589
    // convert this into a jvalue.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1590
    if (!exception_exit) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1591
      oop oop_result;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1592
      BasicType type = current_frame.interpreter_frame_result(&oop_result, &value);
58273
08a5148e7c4e 8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
lfoltan
parents: 57745
diff changeset
  1593
      if (is_reference_type(type)) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1594
        result = Handle(thread, oop_result);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1595
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1596
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1597
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1598
    JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1599
    for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1600
      if (ets->is_enabled(JVMTI_EVENT_METHOD_EXIT)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1601
        EVT_TRACE(JVMTI_EVENT_METHOD_EXIT, ("[%s] Evt Method Exit sent %s.%s",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1602
                                            JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1603
                                            (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1604
                                            (mh() == NULL) ? "NULL" : mh()->name()->as_C_string() ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1605
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1606
        JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1607
        JvmtiMethodEventMark jem(thread, mh);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1608
        if (result.not_null()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1609
          value.l = JNIHandles::make_local(thread, result());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1610
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1611
        JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1612
        jvmtiEventMethodExit callback = env->callbacks()->MethodExit;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1613
        if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1614
          (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1615
                      jem.jni_methodID(), exception_exit,  value);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1616
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1617
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1618
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1619
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1620
50385
50bfe66c499f 8187289: NotifyFramePop request is not cleared if JVMTI_EVENT_FRAME_POP is disabled
amenkov
parents: 49982
diff changeset
  1621
  JvmtiEnvThreadStateIterator it(state);
50bfe66c499f 8187289: NotifyFramePop request is not cleared if JVMTI_EVENT_FRAME_POP is disabled
amenkov
parents: 49982
diff changeset
  1622
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
50bfe66c499f 8187289: NotifyFramePop request is not cleared if JVMTI_EVENT_FRAME_POP is disabled
amenkov
parents: 49982
diff changeset
  1623
    if (ets->has_frame_pops()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1624
      int cur_frame_number = state->cur_stack_depth();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1625
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1626
      if (ets->is_frame_pop(cur_frame_number)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1627
        // we have a NotifyFramePop entry for this frame.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1628
        // now check that this env/thread wants this event
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1629
        if (ets->is_enabled(JVMTI_EVENT_FRAME_POP)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1630
          EVT_TRACE(JVMTI_EVENT_FRAME_POP, ("[%s] Evt Frame Pop sent %s.%s",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1631
                                            JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1632
                                            (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1633
                                            (mh() == NULL) ? "NULL" : mh()->name()->as_C_string() ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1634
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1635
          // we also need to issue a frame pop event for this frame
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1636
          JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1637
          JvmtiMethodEventMark jem(thread, mh);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1638
          JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1639
          jvmtiEventFramePop callback = env->callbacks()->FramePop;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1640
          if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1641
            (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1642
                        jem.jni_methodID(), exception_exit);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1643
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1644
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1645
        // remove the frame's entry
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1646
        ets->clear_frame_pop(cur_frame_number);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1647
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1648
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1649
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1650
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1651
  state->decr_cur_stack_depth();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1652
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1653
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1654
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1655
// Todo: inline this for optimization
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1656
void JvmtiExport::post_single_step(JavaThread *thread, Method* method, address location) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1657
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1658
  methodHandle mh(thread, method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1659
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1660
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1661
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1662
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1663
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1664
  JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1665
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1666
    ets->compare_and_set_current_location(mh(), location, JVMTI_EVENT_SINGLE_STEP);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1667
    if (!ets->single_stepping_posted() && ets->is_enabled(JVMTI_EVENT_SINGLE_STEP)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1668
      EVT_TRACE(JVMTI_EVENT_SINGLE_STEP, ("[%s] Evt Single Step sent %s.%s @ " INTX_FORMAT,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1669
                    JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1670
                    (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1671
                    (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1672
                    location - mh()->code_base() ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1673
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1674
      JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1675
      JvmtiLocationEventMark jem(thread, mh, location);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1676
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1677
      jvmtiEventSingleStep callback = env->callbacks()->SingleStep;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1678
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1679
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1680
                    jem.jni_methodID(), jem.location());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1681
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1682
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1683
      ets->set_single_stepping_posted();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1684
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1685
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1686
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1687
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1688
void JvmtiExport::post_exception_throw(JavaThread *thread, Method* method, address location, oop exception) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1689
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1690
  methodHandle mh(thread, method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1691
  Handle exception_handle(thread, exception);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1692
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1693
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1694
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1695
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1696
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1697
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1698
  EVT_TRIG_TRACE(JVMTI_EVENT_EXCEPTION, ("[%s] Trg Exception thrown triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1699
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1700
  if (!state->is_exception_detected()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1701
    state->set_exception_detected();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1702
    JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1703
    for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1704
      if (ets->is_enabled(JVMTI_EVENT_EXCEPTION) && (exception != NULL)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1705
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1706
        EVT_TRACE(JVMTI_EVENT_EXCEPTION,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1707
                     ("[%s] Evt Exception thrown sent %s.%s @ " INTX_FORMAT,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1708
                      JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1709
                      (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1710
                      (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1711
                      location - mh()->code_base() ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1712
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1713
        JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1714
        JvmtiExceptionEventMark jem(thread, mh, location, exception_handle);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1715
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1716
        // It's okay to clear these exceptions here because we duplicate
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1717
        // this lookup in InterpreterRuntime::exception_handler_for_exception.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1718
        EXCEPTION_MARK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1719
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1720
        bool should_repeat;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1721
        vframeStream st(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1722
        assert(!st.at_end(), "cannot be at end");
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1723
        Method* current_method = NULL;
15109
088b1ea04490 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
jiangli
parents: 14490
diff changeset
  1724
        // A GC may occur during the Method::fast_exception_handler_bci_for()
088b1ea04490 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
jiangli
parents: 14490
diff changeset
  1725
        // call below if it needs to load the constraint class. Using a
088b1ea04490 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
jiangli
parents: 14490
diff changeset
  1726
        // methodHandle to keep the 'current_method' from being deallocated
088b1ea04490 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
jiangli
parents: 14490
diff changeset
  1727
        // if GC happens.
088b1ea04490 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
jiangli
parents: 14490
diff changeset
  1728
        methodHandle current_mh = methodHandle(thread, current_method);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1729
        int current_bci = -1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1730
        do {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1731
          current_method = st.method();
15109
088b1ea04490 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
jiangli
parents: 14490
diff changeset
  1732
          current_mh = methodHandle(thread, current_method);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1733
          current_bci = st.bci();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1734
          do {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1735
            should_repeat = false;
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1736
            Klass* eh_klass = exception_handle()->klass();
15109
088b1ea04490 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
jiangli
parents: 14490
diff changeset
  1737
            current_bci = Method::fast_exception_handler_bci_for(
088b1ea04490 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
jiangli
parents: 14490
diff changeset
  1738
              current_mh, eh_klass, current_bci, THREAD);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1739
            if (HAS_PENDING_EXCEPTION) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1740
              exception_handle = Handle(thread, PENDING_EXCEPTION);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1741
              CLEAR_PENDING_EXCEPTION;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1742
              should_repeat = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1743
            }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1744
          } while (should_repeat && (current_bci != -1));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1745
          st.next();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1746
        } while ((current_bci < 0) && (!st.at_end()));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1747
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1748
        jmethodID catch_jmethodID;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1749
        if (current_bci < 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1750
          catch_jmethodID = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1751
          current_bci = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1752
        } else {
15109
088b1ea04490 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
jiangli
parents: 14490
diff changeset
  1753
          catch_jmethodID = jem.to_jmethodID(current_mh);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1754
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1755
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1756
        JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1757
        jvmtiEventException callback = env->callbacks()->Exception;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1758
        if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1759
          (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1760
                      jem.jni_methodID(), jem.location(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1761
                      jem.exception(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1762
                      catch_jmethodID, current_bci);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1763
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1764
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1765
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1766
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1767
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1768
  // frames may get popped because of this throw, be safe - invalidate cached depth
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1769
  state->invalidate_cur_stack_depth();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1770
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1771
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1772
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1773
void JvmtiExport::notice_unwind_due_to_exception(JavaThread *thread, Method* method, address location, oop exception, bool in_handler_frame) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1774
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1775
  methodHandle mh(thread, method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1776
  Handle exception_handle(thread, exception);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1777
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1778
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1779
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1780
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1781
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1782
  EVT_TRIG_TRACE(JVMTI_EVENT_EXCEPTION_CATCH,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1783
                    ("[%s] Trg unwind_due_to_exception triggered %s.%s @ %s" INTX_FORMAT " - %s",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1784
                     JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1785
                     (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1786
                     (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1787
                     location==0? "no location:" : "",
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1788
                     location==0? 0 : location - mh()->code_base(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1789
                     in_handler_frame? "in handler frame" : "not handler frame" ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1790
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1791
  if (state->is_exception_detected()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1792
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1793
    state->invalidate_cur_stack_depth();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1794
    if (!in_handler_frame) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1795
      // Not in exception handler.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1796
      if(state->is_interp_only_mode()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1797
        // method exit and frame pop events are posted only in interp mode.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1798
        // When these events are enabled code should be in running in interp mode.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1799
        JvmtiExport::post_method_exit(thread, method, thread->last_frame());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1800
        // The cached cur_stack_depth might have changed from the
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1801
        // operations of frame pop or method exit. We are not 100% sure
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1802
        // the cached cur_stack_depth is still valid depth so invalidate
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1803
        // it.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1804
        state->invalidate_cur_stack_depth();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1805
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1806
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1807
      // In exception handler frame. Report exception catch.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1808
      assert(location != NULL, "must be a known location");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1809
      // Update cur_stack_depth - the frames above the current frame
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1810
      // have been unwound due to this exception:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1811
      assert(!state->is_exception_caught(), "exception must not be caught yet.");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1812
      state->set_exception_caught();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1813
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1814
      JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1815
      for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1816
        if (ets->is_enabled(JVMTI_EVENT_EXCEPTION_CATCH) && (exception_handle() != NULL)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1817
          EVT_TRACE(JVMTI_EVENT_EXCEPTION_CATCH,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1818
                     ("[%s] Evt ExceptionCatch sent %s.%s @ " INTX_FORMAT,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1819
                      JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1820
                      (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1821
                      (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1822
                      location - mh()->code_base() ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1823
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1824
          JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1825
          JvmtiExceptionEventMark jem(thread, mh, location, exception_handle);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1826
          JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1827
          jvmtiEventExceptionCatch callback = env->callbacks()->ExceptionCatch;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1828
          if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1829
            (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1830
                      jem.jni_methodID(), jem.location(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1831
                      jem.exception());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1832
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1833
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1834
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1835
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1836
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1837
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1838
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1839
oop JvmtiExport::jni_GetField_probe(JavaThread *thread, jobject jobj, oop obj,
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1840
                                    Klass* klass, jfieldID fieldID, bool is_static) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1841
  if (*((int *)get_field_access_count_addr()) > 0 && thread->has_last_Java_frame()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1842
    // At least one field access watch is set so we have more work
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1843
    // to do. This wrapper is used by entry points that allow us
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1844
    // to create handles in post_field_access_by_jni().
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1845
    post_field_access_by_jni(thread, obj, klass, fieldID, is_static);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1846
    // event posting can block so refetch oop if we were passed a jobj
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1847
    if (jobj != NULL) return JNIHandles::resolve_non_null(jobj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1848
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1849
  return obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1850
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1851
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1852
oop JvmtiExport::jni_GetField_probe_nh(JavaThread *thread, jobject jobj, oop obj,
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1853
                                       Klass* klass, jfieldID fieldID, bool is_static) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1854
  if (*((int *)get_field_access_count_addr()) > 0 && thread->has_last_Java_frame()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1855
    // At least one field access watch is set so we have more work
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1856
    // to do. This wrapper is used by "quick" entry points that don't
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1857
    // allow us to create handles in post_field_access_by_jni(). We
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1858
    // override that with a ResetNoHandleMark.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1859
    ResetNoHandleMark rnhm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1860
    post_field_access_by_jni(thread, obj, klass, fieldID, is_static);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1861
    // event posting can block so refetch oop if we were passed a jobj
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1862
    if (jobj != NULL) return JNIHandles::resolve_non_null(jobj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1863
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1864
  return obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1865
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1866
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1867
void JvmtiExport::post_field_access_by_jni(JavaThread *thread, oop obj,
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1868
                                           Klass* klass, jfieldID fieldID, bool is_static) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1869
  // We must be called with a Java context in order to provide reasonable
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1870
  // values for the klazz, method, and location fields. The callers of this
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1871
  // function don't make the call unless there is a Java context.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1872
  assert(thread->has_last_Java_frame(), "must be called with a Java context");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1873
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1874
  ResourceMark rm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1875
  fieldDescriptor fd;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1876
  // if get_field_descriptor finds fieldID to be invalid, then we just bail
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1877
  bool valid_fieldID = JvmtiEnv::get_field_descriptor(klass, fieldID, &fd);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1878
  assert(valid_fieldID == true,"post_field_access_by_jni called with invalid fieldID");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1879
  if (!valid_fieldID) return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1880
  // field accesses are not watched so bail
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1881
  if (!fd.is_field_access_watched()) return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1882
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1883
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1884
  Handle h_obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1885
  if (!is_static) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1886
    // non-static field accessors have an object, but we need a handle
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1887
    assert(obj != NULL, "non-static needs an object");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1888
    h_obj = Handle(thread, obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1889
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1890
  post_field_access(thread,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1891
                    thread->last_frame().interpreter_frame_method(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1892
                    thread->last_frame().interpreter_frame_bcp(),
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1893
                    klass, h_obj, fieldID);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1894
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1895
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1896
void JvmtiExport::post_field_access(JavaThread *thread, Method* method,
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1897
  address location, Klass* field_klass, Handle object, jfieldID field) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1898
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1899
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1900
  methodHandle mh(thread, method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1901
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1902
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1903
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1904
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1905
  }
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1906
  EVT_TRIG_TRACE(JVMTI_EVENT_FIELD_ACCESS, ("[%s] Trg Field Access event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1907
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1908
  JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1909
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1910
    if (ets->is_enabled(JVMTI_EVENT_FIELD_ACCESS)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  1911
      EVT_TRACE(JVMTI_EVENT_FIELD_ACCESS, ("[%s] Evt Field Access event sent %s.%s @ " INTX_FORMAT,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1912
                     JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1913
                     (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1914
                     (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1915
                     location - mh()->code_base() ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1916
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1917
      JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1918
      JvmtiLocationEventMark jem(thread, mh, location);
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1919
      jclass field_jclass = jem.to_jclass(field_klass);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1920
      jobject field_jobject = jem.to_jobject(object());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1921
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1922
      jvmtiEventFieldAccess callback = env->callbacks()->FieldAccess;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1923
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1924
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1925
                    jem.jni_methodID(), jem.location(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1926
                    field_jclass, field_jobject, field);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1927
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1928
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1929
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1930
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1931
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1932
oop JvmtiExport::jni_SetField_probe(JavaThread *thread, jobject jobj, oop obj,
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1933
                                    Klass* klass, jfieldID fieldID, bool is_static,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1934
                                    char sig_type, jvalue *value) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1935
  if (*((int *)get_field_modification_count_addr()) > 0 && thread->has_last_Java_frame()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1936
    // At least one field modification watch is set so we have more work
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1937
    // to do. This wrapper is used by entry points that allow us
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1938
    // to create handles in post_field_modification_by_jni().
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1939
    post_field_modification_by_jni(thread, obj, klass, fieldID, is_static, sig_type, value);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1940
    // event posting can block so refetch oop if we were passed a jobj
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1941
    if (jobj != NULL) return JNIHandles::resolve_non_null(jobj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1942
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1943
  return obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1944
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1945
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1946
oop JvmtiExport::jni_SetField_probe_nh(JavaThread *thread, jobject jobj, oop obj,
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1947
                                       Klass* klass, jfieldID fieldID, bool is_static,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1948
                                       char sig_type, jvalue *value) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1949
  if (*((int *)get_field_modification_count_addr()) > 0 && thread->has_last_Java_frame()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1950
    // At least one field modification watch is set so we have more work
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1951
    // to do. This wrapper is used by "quick" entry points that don't
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1952
    // allow us to create handles in post_field_modification_by_jni(). We
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1953
    // override that with a ResetNoHandleMark.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1954
    ResetNoHandleMark rnhm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1955
    post_field_modification_by_jni(thread, obj, klass, fieldID, is_static, sig_type, value);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1956
    // event posting can block so refetch oop if we were passed a jobj
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1957
    if (jobj != NULL) return JNIHandles::resolve_non_null(jobj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1958
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1959
  return obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1960
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1961
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1962
void JvmtiExport::post_field_modification_by_jni(JavaThread *thread, oop obj,
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1963
                                                 Klass* klass, jfieldID fieldID, bool is_static,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1964
                                                 char sig_type, jvalue *value) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1965
  // We must be called with a Java context in order to provide reasonable
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1966
  // values for the klazz, method, and location fields. The callers of this
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1967
  // function don't make the call unless there is a Java context.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1968
  assert(thread->has_last_Java_frame(), "must be called with Java context");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1969
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1970
  ResourceMark rm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1971
  fieldDescriptor fd;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1972
  // if get_field_descriptor finds fieldID to be invalid, then we just bail
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1973
  bool valid_fieldID = JvmtiEnv::get_field_descriptor(klass, fieldID, &fd);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1974
  assert(valid_fieldID == true,"post_field_modification_by_jni called with invalid fieldID");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1975
  if (!valid_fieldID) return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1976
  // field modifications are not watched so bail
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1977
  if (!fd.is_field_modification_watched()) return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1978
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1979
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1980
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1981
  Handle h_obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1982
  if (!is_static) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1983
    // non-static field accessors have an object, but we need a handle
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1984
    assert(obj != NULL, "non-static needs an object");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1985
    h_obj = Handle(thread, obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1986
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1987
  post_field_modification(thread,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1988
                          thread->last_frame().interpreter_frame_method(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1989
                          thread->last_frame().interpreter_frame_bcp(),
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1990
                          klass, h_obj, fieldID, sig_type, value);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1991
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1992
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1993
void JvmtiExport::post_raw_field_modification(JavaThread *thread, Method* method,
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  1994
  address location, Klass* field_klass, Handle object, jfieldID field,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1995
  char sig_type, jvalue *value) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1996
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58512
diff changeset
  1997
  if (sig_type == JVM_SIGNATURE_INT || sig_type == JVM_SIGNATURE_BOOLEAN ||
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58512
diff changeset
  1998
      sig_type == JVM_SIGNATURE_BYTE || sig_type == JVM_SIGNATURE_CHAR ||
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58512
diff changeset
  1999
      sig_type == JVM_SIGNATURE_SHORT) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2000
    // 'I' instructions are used for byte, char, short and int.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2001
    // determine which it really is, and convert
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2002
    fieldDescriptor fd;
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  2003
    bool found = JvmtiEnv::get_field_descriptor(field_klass, field, &fd);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2004
    // should be found (if not, leave as is)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2005
    if (found) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2006
      jint ival = value->i;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2007
      // convert value from int to appropriate type
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2008
      switch (fd.field_type()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2009
      case T_BOOLEAN:
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58512
diff changeset
  2010
        sig_type = JVM_SIGNATURE_BOOLEAN;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2011
        value->i = 0; // clear it
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2012
        value->z = (jboolean)ival;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2013
        break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2014
      case T_BYTE:
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58512
diff changeset
  2015
        sig_type = JVM_SIGNATURE_BYTE;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2016
        value->i = 0; // clear it
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2017
        value->b = (jbyte)ival;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2018
        break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2019
      case T_CHAR:
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58512
diff changeset
  2020
        sig_type = JVM_SIGNATURE_CHAR;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2021
        value->i = 0; // clear it
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2022
        value->c = (jchar)ival;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2023
        break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2024
      case T_SHORT:
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58512
diff changeset
  2025
        sig_type = JVM_SIGNATURE_SHORT;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2026
        value->i = 0; // clear it
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2027
        value->s = (jshort)ival;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2028
        break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2029
      case T_INT:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2030
        // nothing to do
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2031
        break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2032
      default:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2033
        // this is an integer instruction, should be one of above
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2034
        ShouldNotReachHere();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2035
        break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2036
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2037
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2038
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2039
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58512
diff changeset
  2040
  assert(sig_type != JVM_SIGNATURE_ARRAY, "array should have sig_type == 'L'");
17597
48ed8470e935 4965252: JvmtiExport::post_raw_field_modification jni ref handling is odd
rbackman
parents: 17368
diff changeset
  2041
  bool handle_created = false;
48ed8470e935 4965252: JvmtiExport::post_raw_field_modification jni ref handling is odd
rbackman
parents: 17368
diff changeset
  2042
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2043
  // convert oop to JNI handle.
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58512
diff changeset
  2044
  if (sig_type == JVM_SIGNATURE_CLASS) {
17597
48ed8470e935 4965252: JvmtiExport::post_raw_field_modification jni ref handling is odd
rbackman
parents: 17368
diff changeset
  2045
    handle_created = true;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2046
    value->l = (jobject)JNIHandles::make_local(thread, (oop)value->l);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2047
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2048
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2049
  post_field_modification(thread, method, location, field_klass, object, field, sig_type, value);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2050
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2051
  // Destroy the JNI handle allocated above.
17597
48ed8470e935 4965252: JvmtiExport::post_raw_field_modification jni ref handling is odd
rbackman
parents: 17368
diff changeset
  2052
  if (handle_created) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2053
    JNIHandles::destroy_local(value->l);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2054
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2055
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2056
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2057
void JvmtiExport::post_field_modification(JavaThread *thread, Method* method,
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  2058
  address location, Klass* field_klass, Handle object, jfieldID field,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2059
  char sig_type, jvalue *value_ptr) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2060
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2061
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2062
  methodHandle mh(thread, method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2063
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2064
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2065
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2066
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2067
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2068
  EVT_TRIG_TRACE(JVMTI_EVENT_FIELD_MODIFICATION,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2069
                     ("[%s] Trg Field Modification event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2070
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2071
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2072
  JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2073
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2074
    if (ets->is_enabled(JVMTI_EVENT_FIELD_MODIFICATION)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2075
      EVT_TRACE(JVMTI_EVENT_FIELD_MODIFICATION,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2076
                   ("[%s] Evt Field Modification event sent %s.%s @ " INTX_FORMAT,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2077
                    JvmtiTrace::safe_get_thread_name(thread),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2078
                    (mh() == NULL) ? "NULL" : mh()->klass_name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2079
                    (mh() == NULL) ? "NULL" : mh()->name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2080
                    location - mh()->code_base() ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2081
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2082
      JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2083
      JvmtiLocationEventMark jem(thread, mh, location);
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43679
diff changeset
  2084
      jclass field_jclass = jem.to_jclass(field_klass);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2085
      jobject field_jobject = jem.to_jobject(object());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2086
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2087
      jvmtiEventFieldModification callback = env->callbacks()->FieldModification;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2088
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2089
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2090
                    jem.jni_methodID(), jem.location(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2091
                    field_jclass, field_jobject, field, sig_type, *value_ptr);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2092
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2093
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2094
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2095
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2096
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2097
void JvmtiExport::post_native_method_bind(Method* method, address* function_ptr) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2098
  JavaThread* thread = JavaThread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2099
  assert(thread->thread_state() == _thread_in_vm, "must be in vm state");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2100
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2101
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2102
  methodHandle mh(thread, method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2103
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2104
  EVT_TRIG_TRACE(JVMTI_EVENT_NATIVE_METHOD_BIND, ("[%s] Trg Native Method Bind event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2105
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2106
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2107
  if (JvmtiEventController::is_enabled(JVMTI_EVENT_NATIVE_METHOD_BIND)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2108
    JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2109
    for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2110
      if (env->is_enabled(JVMTI_EVENT_NATIVE_METHOD_BIND)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2111
        EVT_TRACE(JVMTI_EVENT_NATIVE_METHOD_BIND, ("[%s] Evt Native Method Bind event sent",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2112
                     JvmtiTrace::safe_get_thread_name(thread) ));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2113
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2114
        JvmtiMethodEventMark jem(thread, mh);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2115
        JvmtiJavaThreadEventTransition jet(thread);
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  2116
        JNIEnv* jni_env = (env->phase() == JVMTI_PHASE_PRIMORDIAL) ? NULL : jem.jni_env();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2117
        jvmtiEventNativeMethodBind callback = env->callbacks()->NativeMethodBind;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2118
        if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2119
          (*callback)(env->jvmti_external(), jni_env, jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2120
                      jem.jni_methodID(), (void*)(*function_ptr), (void**)function_ptr);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2121
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2122
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2123
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2124
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2125
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2126
4732
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2127
// Returns a record containing inlining information for the given nmethod
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2128
jvmtiCompiledMethodLoadInlineRecord* create_inline_record(nmethod* nm) {
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2129
  jint numstackframes = 0;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2130
  jvmtiCompiledMethodLoadInlineRecord* record = (jvmtiCompiledMethodLoadInlineRecord*)NEW_RESOURCE_OBJ(jvmtiCompiledMethodLoadInlineRecord);
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2131
  record->header.kind = JVMTI_CMLR_INLINE_INFO;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2132
  record->header.next = NULL;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2133
  record->header.majorinfoversion = JVMTI_CMLR_MAJOR_VERSION_1;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2134
  record->header.minorinfoversion = JVMTI_CMLR_MINOR_VERSION_0;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2135
  record->numpcs = 0;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2136
  for(PcDesc* p = nm->scopes_pcs_begin(); p < nm->scopes_pcs_end(); p++) {
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2137
   if(p->scope_decode_offset() == DebugInformationRecorder::serialized_null) continue;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2138
   record->numpcs++;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2139
  }
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2140
  record->pcinfo = (PCStackInfo*)(NEW_RESOURCE_ARRAY(PCStackInfo, record->numpcs));
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2141
  int scope = 0;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2142
  for(PcDesc* p = nm->scopes_pcs_begin(); p < nm->scopes_pcs_end(); p++) {
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2143
    if(p->scope_decode_offset() == DebugInformationRecorder::serialized_null) continue;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2144
    void* pc_address = (void*)p->real_pc(nm);
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2145
    assert(pc_address != NULL, "pc_address must be non-null");
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2146
    record->pcinfo[scope].pc = pc_address;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2147
    numstackframes=0;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2148
    for(ScopeDesc* sd = nm->scope_desc_at(p->real_pc(nm));sd != NULL;sd = sd->sender()) {
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2149
      numstackframes++;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2150
    }
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2151
    assert(numstackframes != 0, "numstackframes must be nonzero.");
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2152
    record->pcinfo[scope].methods = (jmethodID *)NEW_RESOURCE_ARRAY(jmethodID, numstackframes);
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2153
    record->pcinfo[scope].bcis = (jint *)NEW_RESOURCE_ARRAY(jint, numstackframes);
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2154
    record->pcinfo[scope].numstackframes = numstackframes;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2155
    int stackframe = 0;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2156
    for(ScopeDesc* sd = nm->scope_desc_at(p->real_pc(nm));sd != NULL;sd = sd->sender()) {
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2157
      // sd->method() can be NULL for stubs but not for nmethods. To be completely robust, include an assert that we should never see a null sd->method()
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2158
      assert(sd->method() != NULL, "sd->method() cannot be null.");
4732
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2159
      record->pcinfo[scope].methods[stackframe] = sd->method()->jmethod_id();
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2160
      record->pcinfo[scope].bcis[stackframe] = sd->bci();
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2161
      stackframe++;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2162
    }
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2163
    scope++;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2164
  }
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2165
  return record;
a70548606f73 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
dcubed
parents: 4491
diff changeset
  2166
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2167
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2168
void JvmtiExport::post_compiled_method_load(nmethod *nm) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  2169
  if (JvmtiEnv::get_phase() < JVMTI_PHASE_PRIMORDIAL) {
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  2170
    return;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  2171
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2172
  JavaThread* thread = JavaThread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2173
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2174
  EVT_TRIG_TRACE(JVMTI_EVENT_COMPILED_METHOD_LOAD,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2175
                 ("[%s] method compile load event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2176
                 JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2177
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2178
  JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2179
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
54497
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2180
    post_compiled_method_load(env, nm);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2181
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2182
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2183
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2184
// post a COMPILED_METHOD_LOAD event for a given environment
54497
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2185
void JvmtiExport::post_compiled_method_load(JvmtiEnv* env, nmethod *nm) {
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2186
  if (env->phase() == JVMTI_PHASE_PRIMORDIAL || !env->is_enabled(JVMTI_EVENT_COMPILED_METHOD_LOAD)) {
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2187
    return;
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2188
  }
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2189
  jvmtiEventCompiledMethodLoad callback = env->callbacks()->CompiledMethodLoad;
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2190
  if (callback == NULL) {
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  2191
    return;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36188
diff changeset
  2192
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2193
  JavaThread* thread = JavaThread::current();
54497
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2194
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2195
  EVT_TRACE(JVMTI_EVENT_COMPILED_METHOD_LOAD,
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2196
           ("[%s] method compile load event sent %s.%s  ",
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2197
            JvmtiTrace::safe_get_thread_name(thread),
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2198
            (nm->method() == NULL) ? "NULL" : nm->method()->klass_name()->as_C_string(),
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2199
            (nm->method() == NULL) ? "NULL" : nm->method()->name()->as_C_string()));
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2200
  ResourceMark rm(thread);
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2201
  HandleMark hm(thread);
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2202
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2203
  // Add inlining information
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2204
  jvmtiCompiledMethodLoadInlineRecord* inlinerecord = create_inline_record(nm);
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2205
  // Pass inlining information through the void pointer
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2206
  JvmtiCompiledMethodLoadEventMark jem(thread, nm, inlinerecord);
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2207
  JvmtiJavaThreadEventTransition jet(thread);
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2208
  (*callback)(env->jvmti_external(), jem.jni_methodID(),
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2209
              jem.code_size(), jem.code_data(), jem.map_length(),
96230a5ef2ec 8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
sspitsyn
parents: 54347
diff changeset
  2210
              jem.map(), jem.compile_info());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2211
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2212
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2213
void JvmtiExport::post_dynamic_code_generated_internal(const char *name, const void *code_begin, const void *code_end) {
9405
d2e9ee78c3c1 7039447: 2/1 java profiling is broken in build 139 (garbage in function name)
dcubed
parents: 8475
diff changeset
  2214
  assert(name != NULL && name[0] != '\0', "sanity check");
d2e9ee78c3c1 7039447: 2/1 java profiling is broken in build 139 (garbage in function name)
dcubed
parents: 8475
diff changeset
  2215
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2216
  JavaThread* thread = JavaThread::current();
8475
c2b97a27943a 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
kamg
parents: 8110
diff changeset
  2217
  // In theory everyone coming thru here is in_vm but we need to be certain
c2b97a27943a 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
kamg
parents: 8110
diff changeset
  2218
  // because a callee will do a vm->native transition
c2b97a27943a 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
kamg
parents: 8110
diff changeset
  2219
  ThreadInVMfromUnknown __tiv;
c2b97a27943a 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
kamg
parents: 8110
diff changeset
  2220
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2221
  EVT_TRIG_TRACE(JVMTI_EVENT_DYNAMIC_CODE_GENERATED,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2222
                 ("[%s] method dynamic code generated event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2223
                 JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2224
  JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2225
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2226
    if (env->is_enabled(JVMTI_EVENT_DYNAMIC_CODE_GENERATED)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2227
      EVT_TRACE(JVMTI_EVENT_DYNAMIC_CODE_GENERATED,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2228
                ("[%s] dynamic code generated event sent for %s",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2229
                JvmtiTrace::safe_get_thread_name(thread), name));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2230
      JvmtiEventMark jem(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2231
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2232
      jint length = (jint)pointer_delta(code_end, code_begin, sizeof(char));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2233
      jvmtiEventDynamicCodeGenerated callback = env->callbacks()->DynamicCodeGenerated;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2234
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2235
        (*callback)(env->jvmti_external(), name, (void*)code_begin, length);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2236
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2237
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2238
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2239
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2240
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2241
void JvmtiExport::post_dynamic_code_generated(const char *name, const void *code_begin, const void *code_end) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2242
  jvmtiPhase phase = JvmtiEnv::get_phase();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2243
  if (phase == JVMTI_PHASE_PRIMORDIAL || phase == JVMTI_PHASE_START) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2244
    post_dynamic_code_generated_internal(name, code_begin, code_end);
8475
c2b97a27943a 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
kamg
parents: 8110
diff changeset
  2245
  } else {
c2b97a27943a 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
kamg
parents: 8110
diff changeset
  2246
    // It may not be safe to post the event from this thread.  Defer all
c2b97a27943a 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
kamg
parents: 8110
diff changeset
  2247
    // postings to the service thread so that it can perform them in a safe
c2b97a27943a 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
kamg
parents: 8110
diff changeset
  2248
    // context and in-order.
54623
1126f0607c70 8222811: Consolidate MutexLockerEx and MutexLocker
coleenp
parents: 54497
diff changeset
  2249
    MutexLocker ml(Service_lock, Mutex::_no_safepoint_check_flag);
8475
c2b97a27943a 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
kamg
parents: 8110
diff changeset
  2250
    JvmtiDeferredEvent event = JvmtiDeferredEvent::dynamic_code_generated_event(
c2b97a27943a 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
kamg
parents: 8110
diff changeset
  2251
        name, code_begin, code_end);
c2b97a27943a 7017640: Fix for 6766644 deadlocks on some NSK tests when running with -Xcomp
kamg
parents: 8110
diff changeset
  2252
    JvmtiDeferredEventQueue::enqueue(event);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2253
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2254
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2255
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2256
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2257
// post a DYNAMIC_CODE_GENERATED event for a given environment
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2258
// used by GenerateEvents
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2259
void JvmtiExport::post_dynamic_code_generated(JvmtiEnv* env, const char *name,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2260
                                              const void *code_begin, const void *code_end)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2261
{
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2262
  JavaThread* thread = JavaThread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2263
  EVT_TRIG_TRACE(JVMTI_EVENT_DYNAMIC_CODE_GENERATED,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2264
                 ("[%s] dynamic code generated event triggered (by GenerateEvents)",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2265
                  JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2266
  if (env->is_enabled(JVMTI_EVENT_DYNAMIC_CODE_GENERATED)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2267
    EVT_TRACE(JVMTI_EVENT_DYNAMIC_CODE_GENERATED,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2268
              ("[%s] dynamic code generated event sent for %s",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2269
               JvmtiTrace::safe_get_thread_name(thread), name));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2270
    JvmtiEventMark jem(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2271
    JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2272
    jint length = (jint)pointer_delta(code_end, code_begin, sizeof(char));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2273
    jvmtiEventDynamicCodeGenerated callback = env->callbacks()->DynamicCodeGenerated;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2274
    if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2275
      (*callback)(env->jvmti_external(), name, (void*)code_begin, length);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2276
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2277
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2278
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2279
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2280
// post a DynamicCodeGenerated event while holding locks in the VM.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2281
void JvmtiExport::post_dynamic_code_generated_while_holding_locks(const char* name,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2282
                                                                  address code_begin, address code_end)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2283
{
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2284
  // register the stub with the current dynamic code event collector
57745
789e967c2731 5103339: Strengthen NoSafepointVerifier
coleenp
parents: 55513
diff changeset
  2285
  // Cannot take safepoint here so do not use state_for to get
789e967c2731 5103339: Strengthen NoSafepointVerifier
coleenp
parents: 55513
diff changeset
  2286
  // jvmti thread state.
789e967c2731 5103339: Strengthen NoSafepointVerifier
coleenp
parents: 55513
diff changeset
  2287
  JvmtiThreadState* state = JavaThread::current()->jvmti_thread_state();
2135
f82c3012ec86 6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness
dcubed
parents: 1374
diff changeset
  2288
  // state can only be NULL if the current thread is exiting which
f82c3012ec86 6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness
dcubed
parents: 1374
diff changeset
  2289
  // should not happen since we're trying to post an event
f82c3012ec86 6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness
dcubed
parents: 1374
diff changeset
  2290
  guarantee(state != NULL, "attempt to register stub via an exiting thread");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2291
  JvmtiDynamicCodeEventCollector* collector = state->get_dynamic_code_event_collector();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2292
  guarantee(collector != NULL, "attempt to register stub without event collector");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2293
  collector->register_stub(name, code_begin, code_end);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2294
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2295
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2296
// Collect all the vm internally allocated objects which are visible to java world
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2297
void JvmtiExport::record_vm_internal_object_allocation(oop obj) {
34633
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 33148
diff changeset
  2298
  Thread* thread = Thread::current_or_null();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2299
  if (thread != NULL && thread->is_Java_thread())  {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2300
    // Can not take safepoint here.
35492
c8c0273e6b91 8146690: Make all classes in GC follow the naming convention.
david
parents: 34633
diff changeset
  2301
    NoSafepointVerifier no_sfpt;
57745
789e967c2731 5103339: Strengthen NoSafepointVerifier
coleenp
parents: 55513
diff changeset
  2302
    // Cannot take safepoint here so do not use state_for to get
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2303
    // jvmti thread state.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2304
    JvmtiThreadState *state = ((JavaThread*)thread)->jvmti_thread_state();
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2305
    if (state != NULL) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2306
      // state is non NULL when VMObjectAllocEventCollector is enabled.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2307
      JvmtiVMObjectAllocEventCollector *collector;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2308
      collector = state->get_vm_object_alloc_event_collector();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2309
      if (collector != NULL && collector->is_enabled()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2310
        // Don't record classes as these will be notified via the ClassLoad
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2311
        // event.
4571
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 3581
diff changeset
  2312
        if (obj->klass() != SystemDictionary::Class_klass()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2313
          collector->record_allocation(obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2314
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2315
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2316
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2317
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2318
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2319
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2320
// Collect all the sampled allocated objects.
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2321
void JvmtiExport::record_sampled_internal_object_allocation(oop obj) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2322
  Thread* thread = Thread::current_or_null();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2323
  if (thread != NULL && thread->is_Java_thread())  {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2324
    // Can not take safepoint here.
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2325
    NoSafepointVerifier no_sfpt;
57745
789e967c2731 5103339: Strengthen NoSafepointVerifier
coleenp
parents: 55513
diff changeset
  2326
    // Cannot take safepoint here so do not use state_for to get
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2327
    // jvmti thread state.
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2328
    JvmtiThreadState *state = ((JavaThread*)thread)->jvmti_thread_state();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2329
    if (state != NULL) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2330
      // state is non NULL when SampledObjectAllocEventCollector is enabled.
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2331
      JvmtiSampledObjectAllocEventCollector *collector;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2332
      collector = state->get_sampled_object_alloc_event_collector();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2333
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2334
      if (collector != NULL && collector->is_enabled()) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2335
        collector->record_allocation(obj);
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2336
      }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2337
    }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2338
  }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2339
}
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2340
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2341
void JvmtiExport::post_garbage_collection_finish() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2342
  Thread *thread = Thread::current(); // this event is posted from VM-Thread.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2343
  EVT_TRIG_TRACE(JVMTI_EVENT_GARBAGE_COLLECTION_FINISH,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2344
                 ("[%s] garbage collection finish event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2345
                  JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2346
  JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2347
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2348
    if (env->is_enabled(JVMTI_EVENT_GARBAGE_COLLECTION_FINISH)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2349
      EVT_TRACE(JVMTI_EVENT_GARBAGE_COLLECTION_FINISH,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2350
                ("[%s] garbage collection finish event sent",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2351
                 JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2352
      JvmtiThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2353
      // JNIEnv is NULL here because this event is posted from VM Thread
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2354
      jvmtiEventGarbageCollectionFinish callback = env->callbacks()->GarbageCollectionFinish;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2355
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2356
        (*callback)(env->jvmti_external());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2357
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2358
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2359
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2360
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2361
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2362
void JvmtiExport::post_garbage_collection_start() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2363
  Thread* thread = Thread::current(); // this event is posted from vm-thread.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2364
  EVT_TRIG_TRACE(JVMTI_EVENT_GARBAGE_COLLECTION_START,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2365
                 ("[%s] garbage collection start event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2366
                  JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2367
  JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2368
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2369
    if (env->is_enabled(JVMTI_EVENT_GARBAGE_COLLECTION_START)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2370
      EVT_TRACE(JVMTI_EVENT_GARBAGE_COLLECTION_START,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2371
                ("[%s] garbage collection start event sent",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2372
                 JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2373
      JvmtiThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2374
      // JNIEnv is NULL here because this event is posted from VM Thread
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2375
      jvmtiEventGarbageCollectionStart callback = env->callbacks()->GarbageCollectionStart;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2376
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2377
        (*callback)(env->jvmti_external());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2378
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2379
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2380
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2381
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2382
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2383
void JvmtiExport::post_data_dump() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2384
  Thread *thread = Thread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2385
  EVT_TRIG_TRACE(JVMTI_EVENT_DATA_DUMP_REQUEST,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2386
                 ("[%s] data dump request event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2387
                  JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2388
  JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2389
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2390
    if (env->is_enabled(JVMTI_EVENT_DATA_DUMP_REQUEST)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2391
      EVT_TRACE(JVMTI_EVENT_DATA_DUMP_REQUEST,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2392
                ("[%s] data dump request event sent",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2393
                 JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2394
     JvmtiThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2395
     // JNIEnv is NULL here because this event is posted from VM Thread
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2396
     jvmtiEventDataDumpRequest callback = env->callbacks()->DataDumpRequest;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2397
     if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2398
       (*callback)(env->jvmti_external());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2399
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2400
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2401
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2402
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2403
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2404
void JvmtiExport::post_monitor_contended_enter(JavaThread *thread, ObjectMonitor *obj_mntr) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2405
  oop object = (oop)obj_mntr->object();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2406
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2407
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2408
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2409
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2410
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2411
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2412
  Handle h(thread, object);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2413
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2414
  EVT_TRIG_TRACE(JVMTI_EVENT_MONITOR_CONTENDED_ENTER,
53557
4cfe0e5a3b79 8217658: baseline_cleanups from Async Monitor Deflation project
dcubed
parents: 53143
diff changeset
  2415
                     ("[%s] monitor contended enter event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2416
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2417
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2418
  JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2419
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2420
    if (ets->is_enabled(JVMTI_EVENT_MONITOR_CONTENDED_ENTER)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2421
      EVT_TRACE(JVMTI_EVENT_MONITOR_CONTENDED_ENTER,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2422
                   ("[%s] monitor contended enter event sent",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2423
                    JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2424
      JvmtiMonitorEventMark  jem(thread, h());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2425
      JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2426
      JvmtiThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2427
      jvmtiEventMonitorContendedEnter callback = env->callbacks()->MonitorContendedEnter;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2428
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2429
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(), jem.jni_object());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2430
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2431
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2432
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2433
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2434
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2435
void JvmtiExport::post_monitor_contended_entered(JavaThread *thread, ObjectMonitor *obj_mntr) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2436
  oop object = (oop)obj_mntr->object();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2437
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2438
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2439
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2440
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2441
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2442
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2443
  Handle h(thread, object);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2444
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2445
  EVT_TRIG_TRACE(JVMTI_EVENT_MONITOR_CONTENDED_ENTERED,
53557
4cfe0e5a3b79 8217658: baseline_cleanups from Async Monitor Deflation project
dcubed
parents: 53143
diff changeset
  2446
                     ("[%s] monitor contended entered event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2447
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2448
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2449
  JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2450
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2451
    if (ets->is_enabled(JVMTI_EVENT_MONITOR_CONTENDED_ENTERED)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2452
      EVT_TRACE(JVMTI_EVENT_MONITOR_CONTENDED_ENTERED,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2453
                   ("[%s] monitor contended enter event sent",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2454
                    JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2455
      JvmtiMonitorEventMark  jem(thread, h());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2456
      JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2457
      JvmtiThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2458
      jvmtiEventMonitorContendedEntered callback = env->callbacks()->MonitorContendedEntered;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2459
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2460
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(), jem.jni_object());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2461
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2462
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2463
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2464
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2465
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2466
void JvmtiExport::post_monitor_wait(JavaThread *thread, oop object,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2467
                                          jlong timeout) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2468
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2469
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2470
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2471
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2472
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2473
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2474
  Handle h(thread, object);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2475
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2476
  EVT_TRIG_TRACE(JVMTI_EVENT_MONITOR_WAIT,
53557
4cfe0e5a3b79 8217658: baseline_cleanups from Async Monitor Deflation project
dcubed
parents: 53143
diff changeset
  2477
                     ("[%s] monitor wait event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2478
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2479
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2480
  JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2481
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2482
    if (ets->is_enabled(JVMTI_EVENT_MONITOR_WAIT)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2483
      EVT_TRACE(JVMTI_EVENT_MONITOR_WAIT,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2484
                   ("[%s] monitor wait event sent",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2485
                    JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2486
      JvmtiMonitorEventMark  jem(thread, h());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2487
      JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2488
      JvmtiThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2489
      jvmtiEventMonitorWait callback = env->callbacks()->MonitorWait;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2490
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2491
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2492
                    jem.jni_object(), timeout);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2493
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2494
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2495
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2496
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2497
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2498
void JvmtiExport::post_monitor_waited(JavaThread *thread, ObjectMonitor *obj_mntr, jboolean timed_out) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2499
  oop object = (oop)obj_mntr->object();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2500
  JvmtiThreadState *state = thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2501
  if (state == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2502
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2503
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2504
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2505
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2506
  Handle h(thread, object);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2507
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2508
  EVT_TRIG_TRACE(JVMTI_EVENT_MONITOR_WAITED,
53557
4cfe0e5a3b79 8217658: baseline_cleanups from Async Monitor Deflation project
dcubed
parents: 53143
diff changeset
  2509
                     ("[%s] monitor waited event triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2510
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2511
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2512
  JvmtiEnvThreadStateIterator it(state);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2513
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2514
    if (ets->is_enabled(JVMTI_EVENT_MONITOR_WAITED)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2515
      EVT_TRACE(JVMTI_EVENT_MONITOR_WAITED,
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2516
                   ("[%s] monitor waited event sent",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2517
                    JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2518
      JvmtiMonitorEventMark  jem(thread, h());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2519
      JvmtiEnv *env = ets->get_env();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2520
      JvmtiThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2521
      jvmtiEventMonitorWaited callback = env->callbacks()->MonitorWaited;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2522
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2523
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2524
                    jem.jni_object(), timed_out);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2525
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2526
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2527
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2528
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2529
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2530
void JvmtiExport::post_vm_object_alloc(JavaThread *thread, oop object) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2531
  EVT_TRIG_TRACE(JVMTI_EVENT_VM_OBJECT_ALLOC, ("[%s] Trg vm object alloc triggered",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2532
                      JvmtiTrace::safe_get_thread_name(thread)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2533
  if (object == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2534
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2535
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2536
  HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2537
  Handle h(thread, object);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2538
  JvmtiEnvIterator it;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2539
  for (JvmtiEnv* env = it.first(); env != NULL; env = it.next(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2540
    if (env->is_enabled(JVMTI_EVENT_VM_OBJECT_ALLOC)) {
37992
c7ec6a3275f7 8154041: JVMTI trace to Unified Logging
rehn
parents: 37500
diff changeset
  2541
      EVT_TRACE(JVMTI_EVENT_VM_OBJECT_ALLOC, ("[%s] Evt vmobject alloc sent %s",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2542
                                         JvmtiTrace::safe_get_thread_name(thread),
37500
d21941e2e3fe 8154064: JVMTI trace event crashes
rehn
parents: 37195
diff changeset
  2543
                                         object==NULL? "NULL" : object->klass()->external_name()));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2544
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2545
      JvmtiObjectAllocEventMark jem(thread, h());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2546
      JvmtiJavaThreadEventTransition jet(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2547
      jvmtiEventVMObjectAlloc callback = env->callbacks()->VMObjectAlloc;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2548
      if (callback != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2549
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2550
                    jem.jni_jobject(), jem.jni_class(), jem.size());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2551
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2552
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2553
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2554
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2555
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2556
void JvmtiExport::post_sampled_object_alloc(JavaThread *thread, oop object) {
53032
89bb635ed093 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler
parents: 52691
diff changeset
  2557
  JvmtiThreadState *state = thread->jvmti_thread_state();
89bb635ed093 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler
parents: 52691
diff changeset
  2558
  if (state == NULL) {
89bb635ed093 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler
parents: 52691
diff changeset
  2559
    return;
89bb635ed093 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler
parents: 52691
diff changeset
  2560
  }
89bb635ed093 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler
parents: 52691
diff changeset
  2561
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2562
  EVT_TRIG_TRACE(JVMTI_EVENT_SAMPLED_OBJECT_ALLOC,
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2563
                 ("[%s] Trg sampled object alloc triggered",
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2564
                  JvmtiTrace::safe_get_thread_name(thread)));
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2565
  if (object == NULL) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2566
    return;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2567
  }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2568
  HandleMark hm(thread);
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2569
  Handle h(thread, object);
53032
89bb635ed093 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler
parents: 52691
diff changeset
  2570
89bb635ed093 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler
parents: 52691
diff changeset
  2571
  JvmtiEnvThreadStateIterator it(state);
89bb635ed093 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler
parents: 52691
diff changeset
  2572
  for (JvmtiEnvThreadState* ets = it.first(); ets != NULL; ets = it.next(ets)) {
89bb635ed093 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler
parents: 52691
diff changeset
  2573
    if (ets->is_enabled(JVMTI_EVENT_SAMPLED_OBJECT_ALLOC)) {
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2574
      EVT_TRACE(JVMTI_EVENT_SAMPLED_OBJECT_ALLOC,
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2575
                ("[%s] Evt sampled object alloc sent %s",
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2576
                 JvmtiTrace::safe_get_thread_name(thread),
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2577
                 object == NULL ? "NULL" : object->klass()->external_name()));
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2578
53032
89bb635ed093 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler
parents: 52691
diff changeset
  2579
      JvmtiEnv *env = ets->get_env();
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2580
      JvmtiObjectAllocEventMark jem(thread, h());
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2581
      JvmtiJavaThreadEventTransition jet(thread);
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2582
      jvmtiEventSampledObjectAlloc callback = env->callbacks()->SampledObjectAlloc;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2583
      if (callback != NULL) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2584
        (*callback)(env->jvmti_external(), jem.jni_env(), jem.jni_thread(),
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2585
                    jem.jni_jobject(), jem.jni_class(), jem.size());
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2586
      }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2587
    }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2588
  }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2589
}
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2590
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2591
////////////////////////////////////////////////////////////////////////////////////////////////
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2592
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2593
void JvmtiExport::cleanup_thread(JavaThread* thread) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2594
  assert(JavaThread::current() == thread, "thread is not current");
7897
201a8b00ec91 6814943: getcpool001 catches more than one JvmtiThreadState problem
kamg
parents: 7896
diff changeset
  2595
  MutexLocker mu(JvmtiThreadState_lock);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2596
7897
201a8b00ec91 6814943: getcpool001 catches more than one JvmtiThreadState problem
kamg
parents: 7896
diff changeset
  2597
  if (thread->jvmti_thread_state() != NULL) {
201a8b00ec91 6814943: getcpool001 catches more than one JvmtiThreadState problem
kamg
parents: 7896
diff changeset
  2598
    // This has to happen after the thread state is removed, which is
201a8b00ec91 6814943: getcpool001 catches more than one JvmtiThreadState problem
kamg
parents: 7896
diff changeset
  2599
    // why it is not in post_thread_end_event like its complement
201a8b00ec91 6814943: getcpool001 catches more than one JvmtiThreadState problem
kamg
parents: 7896
diff changeset
  2600
    // Maybe both these functions should be rolled into the posts?
201a8b00ec91 6814943: getcpool001 catches more than one JvmtiThreadState problem
kamg
parents: 7896
diff changeset
  2601
    JvmtiEventController::thread_ended(thread);
201a8b00ec91 6814943: getcpool001 catches more than one JvmtiThreadState problem
kamg
parents: 7896
diff changeset
  2602
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2603
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2604
22897
77e1024a4a14 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
jbachorik
parents: 19553
diff changeset
  2605
void JvmtiExport::clear_detected_exception(JavaThread* thread) {
77e1024a4a14 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
jbachorik
parents: 19553
diff changeset
  2606
  assert(JavaThread::current() == thread, "thread is not current");
77e1024a4a14 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
jbachorik
parents: 19553
diff changeset
  2607
77e1024a4a14 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
jbachorik
parents: 19553
diff changeset
  2608
  JvmtiThreadState* state = thread->jvmti_thread_state();
77e1024a4a14 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
jbachorik
parents: 19553
diff changeset
  2609
  if (state != NULL) {
42895
c97cd79636ec 8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase
dsamersoff
parents: 42650
diff changeset
  2610
    state->clear_exception_state();
22897
77e1024a4a14 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
jbachorik
parents: 19553
diff changeset
  2611
  }
77e1024a4a14 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
jbachorik
parents: 19553
diff changeset
  2612
}
77e1024a4a14 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
jbachorik
parents: 19553
diff changeset
  2613
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2614
void JvmtiExport::oops_do(OopClosure* f) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2615
  JvmtiCurrentBreakpoints::oops_do(f);
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2616
  JvmtiObjectAllocEventCollector::oops_do_for_all_threads(f);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2617
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2618
32817
acc2744fd84b 8136627: Backout JDK-8133818 Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
kbarrett
parents: 32607
diff changeset
  2619
void JvmtiExport::weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f) {
acc2744fd84b 8136627: Backout JDK-8133818 Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
kbarrett
parents: 32607
diff changeset
  2620
  JvmtiTagMap::weak_oops_do(is_alive, f);
7918
ce1e4ae77aea 7012505: BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220)
kamg
parents: 7897
diff changeset
  2621
}
ce1e4ae77aea 7012505: BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220)
kamg
parents: 7897
diff changeset
  2622
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2623
// Onload raw monitor transition.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2624
void JvmtiExport::transition_pending_onload_raw_monitors() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2625
  JvmtiPendingMonitors::transition_raw_monitors();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2626
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2627
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2628
////////////////////////////////////////////////////////////////////////////////////////////////
37195
88b6f1271f64 8151991: jvmti diagnostics commands requires INCLUDE_SERVICES
dsamersoff
parents: 36508
diff changeset
  2629
#if INCLUDE_SERVICES
88b6f1271f64 8151991: jvmti diagnostics commands requires INCLUDE_SERVICES
dsamersoff
parents: 36508
diff changeset
  2630
// Attach is disabled if SERVICES is not included
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2631
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2632
// type for the Agent_OnAttach entry point
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2633
extern "C" {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2634
  typedef jint (JNICALL *OnAttachEntry_t)(JavaVM*, char *, void *);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2635
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2636
36188
99b6836dd3e8 8147388: Add diagnostic commands to attach JVMTI agent.
ysuenaga
parents: 35492
diff changeset
  2637
jint JvmtiExport::load_agent_library(const char *agent, const char *absParam,
99b6836dd3e8 8147388: Add diagnostic commands to attach JVMTI agent.
ysuenaga
parents: 35492
diff changeset
  2638
                                     const char *options, outputStream* st) {
48150
bc1cffa26561 8165736: Error message should be shown when JVMTI agent cannot be attached
ysuenaga
parents: 48105
diff changeset
  2639
  char ebuf[1024] = {0};
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2640
  char buffer[JVM_MAXPATHLEN];
14471
f3a6b82e25cf 8001185: parsing of sun.boot.library.path in os::dll_build_name somewhat broken
bpittore
parents: 13728
diff changeset
  2641
  void* library = NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2642
  jint result = JNI_ERR;
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2643
  const char *on_attach_symbols[] = AGENT_ONATTACH_SYMBOLS;
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2644
  size_t num_symbol_entries = ARRAY_SIZE(on_attach_symbols);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2645
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2646
  // The abs paramter should be "true" or "false"
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2647
  bool is_absolute_path = (absParam != NULL) && (strcmp(absParam,"true")==0);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2648
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2649
  // Initially marked as invalid. It will be set to valid if we can find the agent
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2650
  AgentLibrary *agent_lib = new AgentLibrary(agent, options, is_absolute_path, NULL);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2651
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2652
  // Check for statically linked in agent. If not found then if the path is
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2653
  // absolute we attempt to load the library. Otherwise we try to load it
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2654
  // from the standard dll directory.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2655
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2656
  if (!os::find_builtin_agent(agent_lib, on_attach_symbols, num_symbol_entries)) {
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2657
    if (is_absolute_path) {
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2658
      library = os::dll_load(agent, ebuf, sizeof ebuf);
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2659
    } else {
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2660
      // Try to load the agent from the standard dll directory
47089
27050b653624 8186072: dll_build_name returns true even if file is missing.
goetz
parents: 46961
diff changeset
  2661
      if (os::dll_locate_lib(buffer, sizeof(buffer), Arguments::get_dll_dir(),
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2662
                             agent)) {
14471
f3a6b82e25cf 8001185: parsing of sun.boot.library.path in os::dll_build_name somewhat broken
bpittore
parents: 13728
diff changeset
  2663
        library = os::dll_load(buffer, ebuf, sizeof ebuf);
f3a6b82e25cf 8001185: parsing of sun.boot.library.path in os::dll_build_name somewhat broken
bpittore
parents: 13728
diff changeset
  2664
      }
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2665
      if (library == NULL) {
47089
27050b653624 8186072: dll_build_name returns true even if file is missing.
goetz
parents: 46961
diff changeset
  2666
        // not found - try OS default library path
27050b653624 8186072: dll_build_name returns true even if file is missing.
goetz
parents: 46961
diff changeset
  2667
        if (os::dll_build_name(buffer, sizeof(buffer), agent)) {
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2668
          library = os::dll_load(buffer, ebuf, sizeof ebuf);
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2669
        }
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2670
      }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2671
    }
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2672
    if (library != NULL) {
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2673
      agent_lib->set_os_lib(library);
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2674
      agent_lib->set_valid();
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2675
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2676
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2677
  // If the library was loaded then we attempt to invoke the Agent_OnAttach
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2678
  // function
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2679
  if (agent_lib->valid()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2680
    // Lookup the Agent_OnAttach function
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2681
    OnAttachEntry_t on_attach_entry = NULL;
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2682
    on_attach_entry = CAST_TO_FN_PTR(OnAttachEntry_t,
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2683
       os::find_agent_function(agent_lib, false, on_attach_symbols, num_symbol_entries));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2684
    if (on_attach_entry == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2685
      // Agent_OnAttach missing - unload library
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2686
      if (!agent_lib->is_static_lib()) {
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2687
        os::dll_unload(library);
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2688
      }
48150
bc1cffa26561 8165736: Error message should be shown when JVMTI agent cannot be attached
ysuenaga
parents: 48105
diff changeset
  2689
      st->print_cr("%s is not available in %s",
bc1cffa26561 8165736: Error message should be shown when JVMTI agent cannot be attached
ysuenaga
parents: 48105
diff changeset
  2690
                   on_attach_symbols[0], agent_lib->name());
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2691
      delete agent_lib;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2692
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2693
      // Invoke the Agent_OnAttach function
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2694
      JavaThread* THREAD = JavaThread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2695
      {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2696
        extern struct JavaVM_ main_vm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2697
        JvmtiThreadEventMark jem(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2698
        JvmtiJavaThreadEventTransition jet(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2699
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2700
        result = (*on_attach_entry)(&main_vm, (char*)options, NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2701
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2702
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2703
      // Agent_OnAttach may have used JNI
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2704
      if (HAS_PENDING_EXCEPTION) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2705
        CLEAR_PENDING_EXCEPTION;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2706
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2707
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2708
      // If OnAttach returns JNI_OK then we add it to the list of
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2709
      // agent libraries so that we can call Agent_OnUnload later.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2710
      if (result == JNI_OK) {
19553
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2711
        Arguments::add_loaded_agent(agent_lib);
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2712
      } else {
9bbd930be684 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore
parents: 18940
diff changeset
  2713
        delete agent_lib;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2714
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2715
41078
db508643daab 8165881: Backout JDK-8164913
ctornqvi
parents: 41067
diff changeset
  2716
      // Agent_OnAttach executed so completion status is JNI_OK
48150
bc1cffa26561 8165736: Error message should be shown when JVMTI agent cannot be attached
ysuenaga
parents: 48105
diff changeset
  2717
      st->print_cr("return code: %d", result);
41078
db508643daab 8165881: Backout JDK-8164913
ctornqvi
parents: 41067
diff changeset
  2718
      result = JNI_OK;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2719
    }
48150
bc1cffa26561 8165736: Error message should be shown when JVMTI agent cannot be attached
ysuenaga
parents: 48105
diff changeset
  2720
  } else {
bc1cffa26561 8165736: Error message should be shown when JVMTI agent cannot be attached
ysuenaga
parents: 48105
diff changeset
  2721
    st->print_cr("%s was not loaded.", agent);
bc1cffa26561 8165736: Error message should be shown when JVMTI agent cannot be attached
ysuenaga
parents: 48105
diff changeset
  2722
    if (*ebuf != '\0') {
bc1cffa26561 8165736: Error message should be shown when JVMTI agent cannot be attached
ysuenaga
parents: 48105
diff changeset
  2723
      st->print_cr("%s", ebuf);
bc1cffa26561 8165736: Error message should be shown when JVMTI agent cannot be attached
ysuenaga
parents: 48105
diff changeset
  2724
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2725
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2726
  return result;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2727
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2728
37195
88b6f1271f64 8151991: jvmti diagnostics commands requires INCLUDE_SERVICES
dsamersoff
parents: 36508
diff changeset
  2729
#endif // INCLUDE_SERVICES
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2730
////////////////////////////////////////////////////////////////////////////////////////////////
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2731
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2732
// Setup current current thread for event collection.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2733
void JvmtiEventCollector::setup_jvmti_thread_state() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2734
  // set this event collector to be the current one.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2735
  JvmtiThreadState* state = JvmtiThreadState::state_for(JavaThread::current());
2135
f82c3012ec86 6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness
dcubed
parents: 1374
diff changeset
  2736
  // state can only be NULL if the current thread is exiting which
f82c3012ec86 6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness
dcubed
parents: 1374
diff changeset
  2737
  // should not happen since we're trying to configure for event collection
f82c3012ec86 6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness
dcubed
parents: 1374
diff changeset
  2738
  guarantee(state != NULL, "exiting thread called setup_jvmti_thread_state");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2739
  if (is_vm_object_alloc_event()) {
51594
dc79850e0254 8203356: VM Object Allocation Collector can infinite recurse
jcbeyler
parents: 51467
diff changeset
  2740
    JvmtiVMObjectAllocEventCollector *prev = state->get_vm_object_alloc_event_collector();
dc79850e0254 8203356: VM Object Allocation Collector can infinite recurse
jcbeyler
parents: 51467
diff changeset
  2741
dc79850e0254 8203356: VM Object Allocation Collector can infinite recurse
jcbeyler
parents: 51467
diff changeset
  2742
    // If we have a previous collector and it is disabled, it means this allocation came from a
dc79850e0254 8203356: VM Object Allocation Collector can infinite recurse
jcbeyler
parents: 51467
diff changeset
  2743
    // callback induced VM Object allocation, do not register this collector then.
dc79850e0254 8203356: VM Object Allocation Collector can infinite recurse
jcbeyler
parents: 51467
diff changeset
  2744
    if (prev && !prev->is_enabled()) {
dc79850e0254 8203356: VM Object Allocation Collector can infinite recurse
jcbeyler
parents: 51467
diff changeset
  2745
      return;
dc79850e0254 8203356: VM Object Allocation Collector can infinite recurse
jcbeyler
parents: 51467
diff changeset
  2746
    }
dc79850e0254 8203356: VM Object Allocation Collector can infinite recurse
jcbeyler
parents: 51467
diff changeset
  2747
    _prev = prev;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2748
    state->set_vm_object_alloc_event_collector((JvmtiVMObjectAllocEventCollector *)this);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2749
  } else if (is_dynamic_code_event()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2750
    _prev = state->get_dynamic_code_event_collector();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2751
    state->set_dynamic_code_event_collector((JvmtiDynamicCodeEventCollector *)this);
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2752
  } else if (is_sampled_object_alloc_event()) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2753
    JvmtiSampledObjectAllocEventCollector *prev = state->get_sampled_object_alloc_event_collector();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2754
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2755
    if (prev) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2756
      // JvmtiSampledObjectAllocEventCollector wants only one active collector
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2757
      // enabled. This allows to have a collector detect a user code requiring
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2758
      // a sample in the callback.
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2759
      return;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2760
    }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2761
    state->set_sampled_object_alloc_event_collector((JvmtiSampledObjectAllocEventCollector*) this);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2762
  }
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2763
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2764
  _unset_jvmti_thread_state = true;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2765
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2766
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2767
// Unset current event collection in this thread and reset it with previous
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2768
// collector.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2769
void JvmtiEventCollector::unset_jvmti_thread_state() {
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2770
  if (!_unset_jvmti_thread_state) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2771
    return;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2772
  }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2773
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2774
  JvmtiThreadState* state = JavaThread::current()->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2775
  if (state != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2776
    // restore the previous event collector (if any)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2777
    if (is_vm_object_alloc_event()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2778
      if (state->get_vm_object_alloc_event_collector() == this) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2779
        state->set_vm_object_alloc_event_collector((JvmtiVMObjectAllocEventCollector *)_prev);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2780
      } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2781
        // this thread's jvmti state was created during the scope of
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2782
        // the event collector.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2783
      }
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2784
    } else if (is_dynamic_code_event()) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2785
      if (state->get_dynamic_code_event_collector() == this) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2786
        state->set_dynamic_code_event_collector((JvmtiDynamicCodeEventCollector *)_prev);
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2787
      } else {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2788
        // this thread's jvmti state was created during the scope of
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2789
        // the event collector.
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2790
      }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2791
    } else if (is_sampled_object_alloc_event()) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2792
      if (state->get_sampled_object_alloc_event_collector() == this) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2793
        state->set_sampled_object_alloc_event_collector((JvmtiSampledObjectAllocEventCollector*)_prev);
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2794
      } else {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2795
        // this thread's jvmti state was created during the scope of
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2796
        // the event collector.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2797
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2798
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2799
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2800
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2801
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2802
// create the dynamic code event collector
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2803
JvmtiDynamicCodeEventCollector::JvmtiDynamicCodeEventCollector() : _code_blobs(NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2804
  if (JvmtiExport::should_post_dynamic_code_generated()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2805
    setup_jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2806
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2807
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2808
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2809
// iterate over any code blob descriptors collected and post a
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2810
// DYNAMIC_CODE_GENERATED event to the profiler.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2811
JvmtiDynamicCodeEventCollector::~JvmtiDynamicCodeEventCollector() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2812
  assert(!JavaThread::current()->owns_locks(), "all locks must be released to post deferred events");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2813
 // iterate over any code blob descriptors that we collected
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2814
 if (_code_blobs != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2815
   for (int i=0; i<_code_blobs->length(); i++) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2816
     JvmtiCodeBlobDesc* blob = _code_blobs->at(i);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2817
     JvmtiExport::post_dynamic_code_generated(blob->name(), blob->code_begin(), blob->code_end());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2818
     FreeHeap(blob);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2819
   }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2820
   delete _code_blobs;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2821
 }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2822
 unset_jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2823
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2824
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2825
// register a stub
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2826
void JvmtiDynamicCodeEventCollector::register_stub(const char* name, address start, address end) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2827
 if (_code_blobs == NULL) {
13195
be27e1b6a4b9 6995781: Native Memory Tracking (Phase 1)
zgu
parents: 11399
diff changeset
  2828
   _code_blobs = new (ResourceObj::C_HEAP, mtInternal) GrowableArray<JvmtiCodeBlobDesc*>(1,true);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2829
 }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2830
 _code_blobs->append(new JvmtiCodeBlobDesc(name, start, end));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2831
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2832
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2833
// Setup current thread to record vm allocated objects.
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2834
JvmtiObjectAllocEventCollector::JvmtiObjectAllocEventCollector() :
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2835
    _allocated(NULL), _enable(false), _post_callback(NULL) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2836
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2837
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2838
// Post vm_object_alloc event for vm allocated objects visible to java
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2839
// world.
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2840
void JvmtiObjectAllocEventCollector::generate_call_for_allocated() {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2841
  if (_allocated) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2842
    set_enabled(false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2843
    for (int i = 0; i < _allocated->length(); i++) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2844
      oop obj = _allocated->at(i);
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2845
      _post_callback(JavaThread::current(), obj);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2846
    }
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2847
    delete _allocated, _allocated = NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2848
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2849
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2850
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2851
void JvmtiObjectAllocEventCollector::record_allocation(oop obj) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2852
  assert(is_enabled(), "Object alloc event collector is not enabled");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2853
  if (_allocated == NULL) {
13195
be27e1b6a4b9 6995781: Native Memory Tracking (Phase 1)
zgu
parents: 11399
diff changeset
  2854
    _allocated = new (ResourceObj::C_HEAP, mtInternal) GrowableArray<oop>(1, true);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2855
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2856
  _allocated->push(obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2857
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2858
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2859
// GC support.
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2860
void JvmtiObjectAllocEventCollector::oops_do(OopClosure* f) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2861
  if (_allocated) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2862
    for(int i = _allocated->length() - 1; i >= 0; i--) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2863
      if (_allocated->at(i) != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2864
        f->do_oop(_allocated->adr_at(i));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2865
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2866
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2867
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2868
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2869
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2870
void JvmtiObjectAllocEventCollector::oops_do_for_all_threads(OopClosure* f) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2871
  // no-op if jvmti not enabled
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2872
  if (!JvmtiEnv::environments_might_exist()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2873
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2874
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2875
48105
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47216
diff changeset
  2876
  for (JavaThreadIteratorWithHandle jtiwh; JavaThread *jthr = jtiwh.next(); ) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2877
    JvmtiThreadState *state = jthr->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2878
    if (state != NULL) {
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2879
      JvmtiObjectAllocEventCollector *collector;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2880
      collector = state->get_vm_object_alloc_event_collector();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2881
      while (collector != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2882
        collector->oops_do(f);
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2883
        collector = (JvmtiObjectAllocEventCollector*) collector->get_prev();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2884
      }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2885
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2886
      collector = state->get_sampled_object_alloc_event_collector();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2887
      while (collector != NULL) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2888
        collector->oops_do(f);
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2889
        collector = (JvmtiObjectAllocEventCollector*) collector->get_prev();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2890
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2891
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2892
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2893
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2894
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2895
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2896
// Disable collection of VMObjectAlloc events
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2897
NoJvmtiVMObjectAllocMark::NoJvmtiVMObjectAllocMark() : _collector(NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2898
  // a no-op if VMObjectAlloc event is not enabled
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2899
  if (!JvmtiExport::should_post_vm_object_alloc()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2900
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2901
  }
34633
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 33148
diff changeset
  2902
  Thread* thread = Thread::current_or_null();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2903
  if (thread != NULL && thread->is_Java_thread())  {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2904
    JavaThread* current_thread = (JavaThread*)thread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2905
    JvmtiThreadState *state = current_thread->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2906
    if (state != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2907
      JvmtiVMObjectAllocEventCollector *collector;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2908
      collector = state->get_vm_object_alloc_event_collector();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2909
      if (collector != NULL && collector->is_enabled()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2910
        _collector = collector;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2911
        _collector->set_enabled(false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2912
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2913
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2914
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2915
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2916
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2917
// Re-Enable collection of VMObjectAlloc events (if previously enabled)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2918
NoJvmtiVMObjectAllocMark::~NoJvmtiVMObjectAllocMark() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2919
  if (was_enabled()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2920
    _collector->set_enabled(true);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2921
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2922
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2923
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2924
// Setup current thread to record vm allocated objects.
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2925
JvmtiVMObjectAllocEventCollector::JvmtiVMObjectAllocEventCollector() {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2926
  if (JvmtiExport::should_post_vm_object_alloc()) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2927
    _enable = true;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2928
    setup_jvmti_thread_state();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2929
    _post_callback = JvmtiExport::post_vm_object_alloc;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2930
  }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2931
}
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2932
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2933
JvmtiVMObjectAllocEventCollector::~JvmtiVMObjectAllocEventCollector() {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2934
  if (_enable) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2935
    generate_call_for_allocated();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2936
  }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2937
  unset_jvmti_thread_state();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2938
}
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2939
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2940
bool JvmtiSampledObjectAllocEventCollector::object_alloc_is_safe_to_sample() {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2941
  Thread* thread = Thread::current();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2942
  // Really only sample allocations if this is a JavaThread and not the compiler
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2943
  // thread.
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2944
  if (!thread->is_Java_thread() || thread->is_Compiler_thread()) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2945
    return false;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2946
  }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2947
52619
5b4242996d8c 8212682: Avoid holding Compile_lock when blocking for GC in ObjArrayKlass::allocate_objArray_klass()
eosterlund
parents: 52319
diff changeset
  2948
  if (MultiArray_lock->owner() == thread) {
50578
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2949
    return false;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2950
  }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2951
  return true;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2952
}
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2953
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2954
// Setup current thread to record sampled allocated objects.
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2955
JvmtiSampledObjectAllocEventCollector::JvmtiSampledObjectAllocEventCollector() {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2956
  if (JvmtiExport::should_post_sampled_object_alloc()) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2957
    if (!object_alloc_is_safe_to_sample()) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2958
      return;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2959
    }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2960
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2961
    _enable = true;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2962
    setup_jvmti_thread_state();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2963
    _post_callback = JvmtiExport::post_sampled_object_alloc;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2964
  }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2965
}
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2966
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2967
JvmtiSampledObjectAllocEventCollector::~JvmtiSampledObjectAllocEventCollector() {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2968
  if (!_enable) {
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2969
    return;
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2970
  }
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2971
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2972
  generate_call_for_allocated();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2973
  unset_jvmti_thread_state();
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2974
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2975
  // Unset the sampling collector as present in assertion mode only.
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2976
  assert(Thread::current()->is_Java_thread(),
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2977
         "Should always be in a Java thread");
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2978
}
e2a7f431f65c 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler
parents: 50385
diff changeset
  2979
7896
08aadd7aa3ee 6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent
kamg
parents: 7413
diff changeset
  2980
JvmtiGCMarker::JvmtiGCMarker() {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2981
  // if there aren't any JVMTI environments then nothing to do
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2982
  if (!JvmtiEnv::environments_might_exist()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2983
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2984
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2985
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2986
  if (JvmtiExport::should_post_garbage_collection_start()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2987
    JvmtiExport::post_garbage_collection_start();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2988
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2989
7896
08aadd7aa3ee 6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent
kamg
parents: 7413
diff changeset
  2990
  if (SafepointSynchronize::is_at_safepoint()) {
08aadd7aa3ee 6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent
kamg
parents: 7413
diff changeset
  2991
    // Do clean up tasks that need to be done at a safepoint
08aadd7aa3ee 6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent
kamg
parents: 7413
diff changeset
  2992
    JvmtiEnvBase::check_for_periodic_clean_up();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2993
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2994
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2995
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2996
JvmtiGCMarker::~JvmtiGCMarker() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2997
  // if there aren't any JVMTI environments then nothing to do
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2998
  if (!JvmtiEnv::environments_might_exist()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2999
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3000
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3001
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3002
  // JVMTI notify gc finish
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3003
  if (JvmtiExport::should_post_garbage_collection_finish()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3004
    JvmtiExport::post_garbage_collection_finish();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3005
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3006
}