tapset/stx_libjava.stp
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 19 Jun 2015 08:46:40 +0100
changeset 5 370848e6fc80
parent 1 406b61c83976
permissions -rw-r--r--
Fixes in tapsets and tapscripts for Java

#
# Probes defined in Smalltalk/X Java support (for code not in the VM)
#


probe stx.libjava = process.library("libstx_libjava.so") { }


probe stx.jvm.monitorenter.fat = stx.libjava.function("*_JavaVM___137MONITORENTER_") { }
probe stx.jvm.monitorexit.fat  = stx.libjava.function("*_JavaVM___137MONITOREXIT_") { }

probe stx.jvm.throw = stx.libjava.function("*JavaVM__throwException_") { }

probe stx.jvm.class.loaded = stx.libjava.function("*_JavaClassRegistry__registerClass_") { }