summaryrefslogtreecommitdiff
path: root/runtime/fault_handler.h
AgeCommit message (Expand)Author
2024-01-08Add visibility attributes in runtime/arch/{arm,arm64,riscv64,x86,x86_64} Dmitrii Ishcheikin
2023-08-14Detect bug 294339122 and crash with debugging output. Vladimir Marko
2023-03-11Use userfaultfd's SIGBUS feature for concurrent compaction Lokesh Gidra
2023-01-09Improve memory locality for generated code ranges list. Vladimir Marko
2022-12-15Reland^2 "ART: Rewrite compiled code check in FaultHandler." Vladimír Marko
2022-11-30Revert "Reland "ART: Rewrite compiled code check in FaultHandler."" Vladimír Marko
2022-11-30Reland "ART: Rewrite compiled code check in FaultHandler." Vladimír Marko
2022-11-28Revert "ART: Rewrite compiled code check in FaultHandler." Vladimír Marko
2022-11-28ART: Rewrite compiled code check in FaultHandler. Vladimir Marko
2019-12-04Helpers and refactorings to prepare for interpreter optimizations (x64) Nicolas Geoffray
2019-01-09ART: Introduce runtime_globals Andreas Gampe
2018-12-06ART: Move to using locks.h instead of mutex.h Andreas Gampe
2018-11-21ART: Remove setjmp.h includes Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2017-07-24ART: Include cleanup Andreas Gampe
2017-03-23Revert^2: "Make sigchain actually own the signal chain."" Josh Gao
2017-03-18Revert "Make sigchain actually own the signal chain." Jin Qian
2017-03-17Make sigchain actually own the signal chain. Josh Gao
2017-03-08Catch signals that happen inside a fault handler. Josh Gao
2016-06-29Do checks on the fault address when we think it's an NPE. Nicolas Geoffray
2016-01-20Invoke all other registered handlers only for generated code jgu21
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2014-10-16Add way to ensure we are at the front of the sigaction chain Mathieu Chartier
2014-09-10ART: Fix things for valgrind Andreas Gampe
2014-08-27Handle nested signals Dave Allison
2014-08-21Fix fault handler to unregister on shutdown Dave Allison
2014-08-07Add implicit checks for x86_64 architecture. Dave Allison
2014-07-16Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" Dave Allison
2014-07-11Revert "Revert "Revert "Add implicit null and stack checks for x86""" Nicolas Geoffray
2014-07-10Revert "Revert "Add implicit null and stack checks for x86"" Dave Allison
2014-07-10Revert "Add implicit null and stack checks for x86" Dave Allison
2014-07-09Add implicit null and stack checks for x86 Dave Allison
2014-06-06Reduce header files including header files. Ian Rogers
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-04-01Add handler for printing java stack traces for compiled code SIGSEGV. Mathieu Chartier
2014-03-13Implicit null/suspend checks (oat version bump) Dave Allison