--- old/src/share/vm/opto/compile.hpp 2013-12-27 17:10:22.000000000 -0800 +++ new/src/share/vm/opto/compile.hpp 2013-12-27 17:10:21.000000000 -0800 @@ -1180,6 +1180,9 @@ bool has_preserve_jvm_state() const { return _preserve_jvm_state > 0; } + // Dump inlining replay data to the stream. + void dump_inline_data(outputStream* out); + void* _replay_inline_data; }; #endif // SHARE_VM_OPTO_COMPILE_HPP