diff options
author | Ian Rogers <irogers@google.com> | 2011-07-21 22:00:15 -0700 |
---|---|---|
committer | Ian Rogers <irogers@google.com> | 2011-07-22 15:16:43 -0700 |
commit | 45a76cb99104a222d6a9bd768a084893dcb7cf30 (patch) | |
tree | 995557ba95942309ffe9c4a13819a10da8c4b4bb /src/jni_compiler.h | |
parent | 69759eaa6fd4386f1e6d8748052ad221087b3476 (diff) | |
download | art-45a76cb99104a222d6a9bd768a084893dcb7cf30.zip art-45a76cb99104a222d6a9bd768a084893dcb7cf30.tar.gz art-45a76cb99104a222d6a9bd768a084893dcb7cf30.tar.bz2 |
Exception and suspend count polling on JNI bridge return.
Change-Id: I0e5597fcbdcdb88100b18d63323e7ba8d27f13fe
Diffstat (limited to 'src/jni_compiler.h')
-rw-r--r-- | src/jni_compiler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jni_compiler.h b/src/jni_compiler.h index 48666aa..495164b 100644 --- a/src/jni_compiler.h +++ b/src/jni_compiler.h @@ -3,9 +3,9 @@ #ifndef ART_SRC_JNI_COMPILER_H_ #define ART_SRC_JNI_COMPILER_H_ -#include "calling_convention.h" -#include "globals.h" -#include "macros.h" +#include "src/calling_convention.h" +#include "src/globals.h" +#include "src/macros.h" namespace art { |