summaryrefslogtreecommitdiff
path: root/runtime/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index 71eb7eae12..ac84d32b82 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -92,6 +92,7 @@ class InternTable;
class IsMarkedVisitor;
class JavaVMExt;
class LinearAlloc;
+class MethodInspectionCallback;
class MonitorList;
class MonitorPool;
class NullPointerHandler;
@@ -942,6 +943,9 @@ class Runtime {
return verifier_missing_kthrow_fatal_;
}
+ // Return true if we should load oat files as executable or not.
+ bool GetOatFilesExecutable() const;
+
private:
static void InitPlatformSignalHandlers();