Snap for 4799153 from e07d57c7fcffb3d799c59fd5e873c9979b335f5e to pi-release

Change-Id: I1fc98994cd8ed4c8ee792115cd81ed08a2e058d2
diff --git a/libart/src/main/java/dalvik/system/VMRuntime.java b/libart/src/main/java/dalvik/system/VMRuntime.java
index 4e28c26..78001fa 100644
--- a/libart/src/main/java/dalvik/system/VMRuntime.java
+++ b/libart/src/main/java/dalvik/system/VMRuntime.java
@@ -333,6 +333,11 @@
     public native boolean isNativeDebuggable();
 
     /**
+     * Returns true if Java debugging is enabled.
+     */
+    public native boolean isJavaDebuggable();
+
+    /**
      * Registers a native allocation so that the heap knows about it and performs GC as required.
      * If the number of native allocated bytes exceeds the native allocation watermark, the
      * function requests a concurrent GC. If the native bytes allocated exceeds a second higher