This method of the Debugger Class queries about the default execution model of a method. The actual execution model used may vary at any time.
public static native int getInitialExecutionModelOfMethod (java.lang.reflect.Method m);
One of the EXEC_MODEL_XXX constants.
m | The method to get the execution model for. |