Skip to content

sachin-handiekar/jvmti-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jvmti-examples

A collection of JVMTI code examples covering the following -

Methods

  • Get All StackTraces
  • Get System Properties

Events (Still to be developed)

  • VMInit
  • VMDeath
  • ThreadStart
  • ThreadEnd;
  • ClassFileLoadHook
  • ClassLoad
  • ClassPrepare
  • VMStart
  • Exception
  • ExceptionCatch;
  • SingleStep;
  • FramePop
  • Breakpoint
  • FieldAccess
  • FieldModification
  • MethodEntry
  • MethodExit
  • NativeMethodBind
  • CompiledMethodLoad
  • CompiledMethodUnload
  • DynamicCodeGenerated
  • DataDumpRequest
  • MonitorWait
  • MonitorWaited
  • MonitorContendedEnter
  • MonitorContendedEntered
  • ResourceExhausted
  • GarbageCollectionStart
  • GarbageCollectionFinish
  • ObjectFree
  • VMObjectAlloc