S
Stefan Ram
A website uses an applet. To analyze its run-time behavior,
it would be nice if one could substitute the browsers's JVM
by another JVM that traces all method calls to a file. (It
would be even better, if only calls from a method of the
applet to a Java SE method were traced.) Is anything like
this possible?
I already found this
http://www.imamu.edu.sa/DContent/IT_Topics/java/tracing.pdf
about a »tracing JVM«, but do now know whether one can get
such a beast for Java 1.7 and then make a browser use it
with my custom command-line options.
Can one use any »remote debugging/profiling« means of the
browser's JVM for this, even if the applet was not compiled
and started with options to support this?
it would be nice if one could substitute the browsers's JVM
by another JVM that traces all method calls to a file. (It
would be even better, if only calls from a method of the
applet to a Java SE method were traced.) Is anything like
this possible?
I already found this
http://www.imamu.edu.sa/DContent/IT_Topics/java/tracing.pdf
about a »tracing JVM«, but do now know whether one can get
such a beast for Java 1.7 and then make a browser use it
with my custom command-line options.
Can one use any »remote debugging/profiling« means of the
browser's JVM for this, even if the applet was not compiled
and started with options to support this?