Method ID

View: New views
1 Messages — Rating Filter:   Alert me  

Method ID

by Nagy1981 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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