src/share/vm/ci/ciEnv.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciEnv.hpp	Mon Mar 24 16:31:43 2014
--- new/src/share/vm/ci/ciEnv.hpp	Mon Mar 24 16:31:42 2014

*** 361,371 **** --- 361,372 ---- ExceptionHandlerTable* handler_table, ImplicitExceptionTable* inc_table, AbstractCompiler* compiler, int comp_level, bool has_unsafe_access, ! bool has_wide_vectors); ! bool has_wide_vectors, + RTMState rtm_state = NoRTM); // Access to certain well known ciObjects. #define WK_KLASS_FUNC(name, ignore_s, ignore_o) \ ciInstanceKlass* name() { \

src/share/vm/ci/ciEnv.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File