How to load applet bytecode to HotSpot VM
Yi Yang
idealistyy at gmail.com
Thu Aug 19 09:43:22 PDT 2010
Hello everyone,
I have a question about HotSpot VM. Thanks for your attention in advance.
My object is to load applet bytecode (applet.class) to HotSpot VM and then
record the methods invoked by the applet. However, I have no idea how to
load the applet bytecode. For example, I can use the command "gamma
testClass" to load the file "testClass.class". But how about the applet
bytecode without a main entry point? If I use "gamma applet", then here is
the error message: Exception in thread "main" java.lang.NoSuchMethodError:
main
Could you please give me some hints?Hope to hearing from you soon. Thank
you.
Best,
Yi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-dev/attachments/20100819/e9545702/attachment.html
More information about the hotspot-dev
mailing list