relacy_java.hpp (680B)
1 /* Relacy Race Detector 2 * Copyright (c) 2008-2013, Dmitry S. Vyukov 3 * All rights reserved. 4 * This software is provided AS-IS with no warranty, either express or implied. 5 * This software is distributed under a license and may not be copied, 6 * modified or distributed except as expressly authorized under the 7 * terms of the license contained in the file LICENSE in this distribution. 8 */ 9 10 #ifndef RL_RELACY_JAVA_HPP 11 #define RL_RELACY_JAVA_HPP 12 #ifdef _MSC_VER 13 # pragma once 14 #endif 15 16 17 #define RL_JAVA_MODE 18 19 #include "relacy.hpp" 20 21 #include "java.hpp" 22 #include "java_atomic.hpp" 23 #include "java_volatile.hpp" 24 #include "java_var.hpp" 25 26 27 28 29 #endif