diff options
| author | 2014-03-05 06:55:42 +0000 | |
|---|---|---|
| committer | 2014-03-05 06:55:42 +0000 | |
| commit | 17c4c92f92e014b8013ef66d000aec0bb49fb1ca (patch) | |
| tree | fa28a2dfc445ee9cbe14812c1bfb63c58bb01e45 | |
| parent | 94e05cfdbd7e3f8f633b77b478c6674e9be5aedc (diff) | |
| parent | b04388f6f05be900386da1ca66615d9542c35475 (diff) | |
Merge "Fix oatdump for interpret-only boot classpath"
| -rw-r--r-- | runtime/verifier/method_verifier.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/verifier/method_verifier.cc b/runtime/verifier/method_verifier.cc index 4d11283ce3..555714f8f5 100644 --- a/runtime/verifier/method_verifier.cc +++ b/runtime/verifier/method_verifier.cc @@ -2529,7 +2529,6 @@ bool MethodVerifier::CodeFlowVerifyInstruction(uint32_t* start_guess) { // Special instructions. case Instruction::RETURN_VOID_BARRIER: - DCHECK(Runtime::Current()->IsStarted()) << PrettyMethod(dex_method_idx_, *dex_file_); if (!IsConstructor() || IsStatic()) { Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "return-void-barrier not expected"; } |