< prev index next >

src/hotspot/share/prims/jvmtiEnvThreadState.cpp

Print this page
rev 52821 : [mq]: 8214850-rename-vm_operations


  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #include "precompiled.hpp"
  26 #include "classfile/systemDictionary.hpp"
  27 #include "interpreter/interpreter.hpp"
  28 #include "jvmtifiles/jvmtiEnv.hpp"
  29 #include "memory/resourceArea.hpp"
  30 #include "prims/jvmtiEnvThreadState.hpp"
  31 #include "prims/jvmtiEventController.inline.hpp"
  32 #include "prims/jvmtiImpl.hpp"
  33 #include "runtime/handles.hpp"
  34 #include "runtime/handles.inline.hpp"
  35 #include "runtime/interfaceSupport.inline.hpp"
  36 #include "runtime/javaCalls.hpp"
  37 #include "runtime/signature.hpp"
  38 #include "runtime/thread.inline.hpp"
  39 #include "runtime/vframe.hpp"
  40 #include "runtime/vm_operations.hpp"
  41 
  42 
  43 ///////////////////////////////////////////////////////////////
  44 //
  45 // class JvmtiFramePop
  46 //
  47 
  48 #ifndef PRODUCT
  49 void JvmtiFramePop::print() {
  50   tty->print_cr("_frame_number=%d", _frame_number);
  51 }
  52 #endif
  53 
  54 
  55 ///////////////////////////////////////////////////////////////
  56 //
  57 // class JvmtiFramePops - private methods
  58 //
  59 
  60 void




  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #include "precompiled.hpp"
  26 #include "classfile/systemDictionary.hpp"
  27 #include "interpreter/interpreter.hpp"
  28 #include "jvmtifiles/jvmtiEnv.hpp"
  29 #include "memory/resourceArea.hpp"
  30 #include "prims/jvmtiEnvThreadState.hpp"
  31 #include "prims/jvmtiEventController.inline.hpp"
  32 #include "prims/jvmtiImpl.hpp"
  33 #include "runtime/handles.hpp"
  34 #include "runtime/handles.inline.hpp"
  35 #include "runtime/interfaceSupport.inline.hpp"
  36 #include "runtime/javaCalls.hpp"
  37 #include "runtime/signature.hpp"
  38 #include "runtime/thread.inline.hpp"
  39 #include "runtime/vframe.hpp"
  40 #include "runtime/vmOperations.hpp"
  41 
  42 
  43 ///////////////////////////////////////////////////////////////
  44 //
  45 // class JvmtiFramePop
  46 //
  47 
  48 #ifndef PRODUCT
  49 void JvmtiFramePop::print() {
  50   tty->print_cr("_frame_number=%d", _frame_number);
  51 }
  52 #endif
  53 
  54 
  55 ///////////////////////////////////////////////////////////////
  56 //
  57 // class JvmtiFramePops - private methods
  58 //
  59 
  60 void


< prev index next >