summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_interface_java.cc
AgeCommit message (Expand)Author
2017-03-26tsan: add new mutex annotationsDmitry Vyukov
2016-12-14tsan: allow Java VM iterate over allocated objectsDmitry Vyukov
2016-04-27tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-02-26tsan: revert r262037Dmitry Vyukov
2016-02-26tsan: split thread into logical and physical stateDmitry Vyukov
2014-12-22tsan: add acquire/release functions to java interfaceDmitry Vyukov
2014-11-03[TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov
2014-07-08tsan: allow memory overlap in __tsan_java_moveDmitry Vyukov
2014-06-27tsan: add __tsan_java_finalize interface functionDmitry Vyukov
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2014-03-20tsan: deobfuscate global ctx variableDmitry Vyukov
2013-12-24tsan: remove in_rtl counterDmitry Vyukov
2013-10-03tsan: ignore interceptors coming from specified librariesDmitry Vyukov
2013-09-21tsan: ignore all interceptors coming directly from JVMDmitry Vyukov
2013-06-17tsan: consistently use return pc as top frame pcDmitry Vyukov
2013-05-17tsan: introduce recursive mutex lock/unlock java interfaceDmitry Vyukov
2013-01-30[Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov
2012-12-21tsan: fix Java memory move operations and add the testDmitry Vyukov
2012-12-21tsan: update mutex table for javaDmitry Vyukov
2012-12-21tsan: java: move shadow memory on GC compactionDmitry Vyukov
2012-12-20tsan: java interface implementation skeletonDmitry Vyukov
2012-12-20tsan: add java interface implementation stubDmitry Vyukov