src/share/vm/utilities/macros.hpp

changeset 1845
f03d0a26bf83
parent 1279
bd02caa94611
child 1907
c18cbe5936b8
equal deleted inserted replaced
1844:cff162798819 1845:f03d0a26bf83
186 #else 186 #else
187 #define SPARC_ONLY(code) 187 #define SPARC_ONLY(code)
188 #define NOT_SPARC(code) code 188 #define NOT_SPARC(code) code
189 #endif 189 #endif
190 190
191 #define FIX_THIS(code) report_assertion_failure("FIX_THIS",__FILE__, __LINE__, "")
192
193 #define define_pd_global(type, name, value) const type pd_##name = value; 191 #define define_pd_global(type, name, value) const type pd_##name = value;

mercurial