changeset 48608 | 1dab70e20292 |
parent 48557 | 2e867226b914 |
parent 48487 | abf1d797e380 |
child 50416 | ef980b9ac191 |
--- a/src/hotspot/share/code/compiledIC.hpp Thu Jan 18 09:01:00 2018 -0800 +++ b/src/hotspot/share/code/compiledIC.hpp Thu Jan 18 18:58:46 2018 +0000 @@ -344,6 +344,7 @@ // Code static address emit_to_interp_stub(CodeBuffer &cbuf, address mark = NULL); static int to_interp_stub_size(); + static int to_trampoline_stub_size(); static int reloc_to_interp_stub(); static void emit_to_aot_stub(CodeBuffer &cbuf, address mark = NULL); static int to_aot_stub_size();