--- old/src/hotspot/share/opto/graphKit.hpp 2019-05-22 11:11:54.000000000 +0200 +++ new/src/hotspot/share/opto/graphKit.hpp 2019-05-22 11:11:54.000000000 +0200 @@ -806,6 +806,7 @@ int next_monitor(); Node* insert_mem_bar(int opcode, Node* precedent = NULL); Node* insert_mem_bar_volatile(int opcode, int alias_idx, Node* precedent = NULL); + void insert_store_load_for_barrier(); // Optional 'precedent' is appended as an extra edge, to force ordering. FastLockNode* shared_lock(Node* obj); void shared_unlock(Node* box, Node* obj);