--- old/src/share/vm/c1/c1_GraphBuilder.hpp 2016-06-06 10:38:20.919685930 +0200 +++ new/src/share/vm/c1/c1_GraphBuilder.hpp 2016-06-06 10:38:20.795685936 +0200 @@ -340,7 +340,7 @@ void inline_sync_entry(Value lock, BlockBegin* sync_handler); void fill_sync_handler(Value lock, BlockBegin* sync_handler, bool default_handler = false); - void build_graph_for_intrinsic(ciMethod* callee); + bool build_graph_for_intrinsic(ciMethod* callee); // inliners bool try_inline( ciMethod* callee, bool holder_known, Bytecodes::Code bc = Bytecodes::_illegal, Value receiver = NULL); @@ -373,7 +373,7 @@ void append_unsafe_put_raw(ciMethod* callee, BasicType t); void append_unsafe_CAS(ciMethod* callee); void append_unsafe_get_and_set_obj(ciMethod* callee, bool is_add); - void append_char_access(ciMethod* callee, bool is_store); + bool append_char_access(ciMethod* callee, bool is_store); void print_inlining(ciMethod* callee, const char* msg = NULL, bool success = true);