src/hotspot/share/c1/c1_LIRGenerator.hpp
changeset 51487 f791e6fb8040
parent 51408 59269a19f108
child 53244 9807daeb47c4
--- a/src/hotspot/share/c1/c1_LIRGenerator.hpp	Wed Aug 22 07:51:07 2018 -0400
+++ b/src/hotspot/share/c1/c1_LIRGenerator.hpp	Sun Aug 19 20:00:57 2018 +0200
@@ -300,6 +300,8 @@
   LIR_Opr access_atomic_add_at(DecoratorSet decorators, BasicType type,
                                LIRItem& base, LIRItem& offset, LIRItem& value);
 
+  LIR_Opr access_resolve(DecoratorSet decorators, LIR_Opr obj);
+
   // These need to guarantee JMM volatile semantics are preserved on each platform
   // and requires one implementation per architecture.
   LIR_Opr atomic_cmpxchg(BasicType type, LIR_Opr addr, LIRItem& cmp_value, LIRItem& new_value);