Method ID
Nagy1981
nagy.mostafa at gmail.com
Fri Jul 18 16:32:48 PDT 2008
Hi,
For sake of profiling, I want to record some unique number for each method
invoked by the java code. I am modifying the JVM CPP interpreter and was
wondering about what value I should use as an ID for a method that doesn't
change throughout execution. I don't want to rely on method name +
signature. For now, I use the jmethodID object address, I am not sure if it
remains unchanged or not.
thanks,
- nagy
--
View this message in context: http://www.nabble.com/Method-ID-tp18538421p18538421.html
Sent from the OpenJDK Compiler Development mailing list archive at Nabble.com.
More information about the compiler-dev
mailing list