diff -r 54fc219734a0 -r f690330b10b9 hotspot/src/share/vm/ci/ciEnv.hpp --- a/hotspot/src/share/vm/ci/ciEnv.hpp Wed Mar 19 11:37:58 2014 -0700 +++ b/hotspot/src/share/vm/ci/ciEnv.hpp Thu Mar 20 17:49:27 2014 -0700 @@ -365,7 +365,8 @@ 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.