コード例 #1
0
ファイル: Method.java プロジェクト: OS2World/LIB-JAVA-OpenJDK
 // get associated compiled native method, if available, else return null.
 public NMethod getNativeMethod() {
   Address addr = code.getValue(getHandle());
   return (NMethod) VMObjectFactory.newObject(NMethod.class, addr);
 }