diff -r c5b7455f846e -r 09241459a8b8 hotspot/src/share/vm/c1/c1_GraphBuilder.hpp --- a/hotspot/src/share/vm/c1/c1_GraphBuilder.hpp Mon Nov 02 12:34:27 2015 +0000 +++ b/hotspot/src/share/vm/c1/c1_GraphBuilder.hpp Tue Nov 03 09:41:03 2015 +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);