am fd38456b: DO NOT MERGE. Only have a portable entrypoint in portable builds.

* commit 'fd38456b982ce9812022fb68c72ea20d30b923d7':
  DO NOT MERGE. Only have a portable entrypoint in portable builds.
diff --git a/libart/src/main/java/java/lang/reflect/ArtMethod.java b/libart/src/main/java/java/lang/reflect/ArtMethod.java
index 8ce158a..6d21f59 100644
--- a/libart/src/main/java/java/lang/reflect/ArtMethod.java
+++ b/libart/src/main/java/java/lang/reflect/ArtMethod.java
@@ -70,8 +70,9 @@
     /**
      * Method dispatch from portable compiled code invokes this pointer which may cause bridging
      * into quick compiled code or the interpreter.
+     * Uncomment to enable.
      */
-    private long entryPointFromPortableCompiledCode;
+    // private long entryPointFromPortableCompiledCode;
 
     /**
      * Method dispatch from quick compiled code invokes this pointer which may cause bridging