OSDN Git Service

Revert "Use implicit null checks inside try blocks."
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 12 Sep 2016 22:05:33 +0000 (22:05 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 12 Sep 2016 22:05:33 +0000 (22:05 +0000)
commit0719b5b9b458cb3eb9f0823f0dacdfe1a71214dd
treecf0844758239b6ec41fa070e4fb4b4fbcbb9e506
parent7aa7560683626c7893011271c241b3265ded1dc3
Revert "Use implicit null checks inside try blocks."

Fails gcstress tests.

This reverts commit 7aa7560683626c7893011271c241b3265ded1dc3.

Change-Id: I4f5c89048b9ffddbafa02f3001e329ff87058ca2
25 files changed:
compiler/optimizing/code_generator.cc
compiler/optimizing/code_generator.h
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_arm64.cc
compiler/optimizing/code_generator_mips.cc
compiler/optimizing/code_generator_mips64.cc
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86_64.cc
runtime/arch/arm/fault_handler_arm.cc
runtime/arch/arm/quick_entrypoints_arm.S
runtime/arch/arm64/fault_handler_arm64.cc
runtime/arch/arm64/quick_entrypoints_arm64.S
runtime/arch/mips/asm_support_mips.S
runtime/arch/mips/fault_handler_mips.cc
runtime/arch/mips/quick_entrypoints_mips.S
runtime/arch/mips64/asm_support_mips64.S
runtime/arch/mips64/fault_handler_mips64.cc
runtime/arch/mips64/quick_entrypoints_mips64.S
runtime/arch/x86/asm_support_x86.S
runtime/arch/x86/fault_handler_x86.cc
runtime/arch/x86/quick_entrypoints_x86.S
runtime/arch/x86_64/asm_support_x86_64.S
runtime/arch/x86_64/quick_entrypoints_x86_64.S
test/439-npe/expected.txt
test/439-npe/src/Main.java