comparison jvmci/jdk.vm.ci.meta/src/jdk/vm/ci/meta/JavaMethod.java @ 23365:30af491f98c5

Remove TrustedInterface (JDK-8155719).
author Roland Schatz <roland.schatz@oracle.com>
date Fri, 29 Apr 2016 10:54:19 +0200
parents 1bbd4a7c274b
children
comparison
equal deleted inserted replaced
23351:1c62a8bac25a 23365:30af491f98c5
27 27
28 /** 28 /**
29 * Represents a reference to a Java method, either resolved or unresolved. Methods, like fields and 29 * Represents a reference to a Java method, either resolved or unresolved. Methods, like fields and
30 * types, are resolved through {@link ConstantPool constant pools}. 30 * types, are resolved through {@link ConstantPool constant pools}.
31 */ 31 */
32 public interface JavaMethod extends TrustedInterface { 32 public interface JavaMethod {
33 33
34 /** 34 /**
35 * Returns the name of this method. 35 * Returns the name of this method.
36 */ 36 */
37 String getName(); 37 String getName();