diff graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/MethodHandleAccessProvider.java @ 18530:2906b3cc3e2f

moved application of Remote marker interface to implementation classes only
author Doug Simon <doug.simon@oracle.com>
date Wed, 26 Nov 2014 13:20:14 +0100
parents fa6c97ede679
children
line wrap: on
line diff
--- a/graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/MethodHandleAccessProvider.java	Wed Nov 26 13:08:18 2014 +0100
+++ b/graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/MethodHandleAccessProvider.java	Wed Nov 26 13:20:14 2014 +0100
@@ -29,7 +29,7 @@
  * implementation of this interface is usually required to access non-public classes, methods, and
  * fields of {@link MethodHandle}, i.e., data that is not standardized by the Java specification.
  */
-public interface MethodHandleAccessProvider extends Remote {
+public interface MethodHandleAccessProvider {
 
     /**
      * Identification for methods defined on the class {@link MethodHandle} that are processed by