summaryrefslogtreecommitdiffstats
path: root/vm/Globals.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-10-12 17:47:06 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-12 17:47:06 -0700
commited94ff793680873d2c942641ccda9ea81c95b5ad (patch)
treec900964496b288352feb0be76bb9295b7dbdf160 /vm/Globals.h
parent0fe885202fc2d1e7f3d34c99ae3487a9a6387be1 (diff)
downloadandroid_dalvik-ed94ff793680873d2c942641ccda9ea81c95b5ad.tar.gz
android_dalvik-ed94ff793680873d2c942641ccda9ea81c95b5ad.tar.bz2
android_dalvik-ed94ff793680873d2c942641ccda9ea81c95b5ad.zip
Revert "Don't enforce access checks for overloading for targetSdkVersion < 17."
This reverts commit 0fe885202fc2d1e7f3d34c99ae3487a9a6387be1 May be causing http://b/7343420, though I can't reproduce that crash. Change-Id: Ia3d2a1507602d07699d1f9914e734cc813f97518
Diffstat (limited to 'vm/Globals.h')
-rw-r--r--vm/Globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm/Globals.h b/vm/Globals.h
index 3a90ddf89..565c92a65 100644
--- a/vm/Globals.h
+++ b/vm/Globals.h
@@ -124,8 +124,6 @@ struct DvmGlobals {
void (*abortHook)(void);
bool (*isSensitiveThreadHook)(void);
- int targetSdkVersion;
-
int jniGrefLimit; // 0 means no limit
char* jniTrace;
bool reduceSignals;