< prev index next >

src/hotspot/share/c1/c1_LIRAssembler.hpp

BarrierSetC1
 /*
- * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -258,10 +258,12 void atomic_op(LIR_Code code, LIR_Opr src, LIR_Opr data, LIR_Opr dest, LIR_Opr tmp); #include CPU_HEADER(c1_LIRAssembler) + public: + static int call_stub_size() { if (UseAOT) { return _call_stub_size + _call_aot_stub_size; } else { return _call_stub_size;
< prev index next >