--- old/src/share/vm/c1/c1_GraphBuilder.hpp 2015-10-30 19:14:47.668475519 +0100 +++ new/src/share/vm/c1/c1_GraphBuilder.hpp 2015-10-30 19:14:47.600475516 +0100 @@ -372,6 +372,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); void print_inlining(ciMethod* callee, const char* msg = NULL, bool success = true);