diff -r 390896759aa2 -r fc4cfca10556 src/hotspot/share/jvmci/vmStructs_compiler_runtime.hpp --- a/src/hotspot/share/jvmci/vmStructs_compiler_runtime.hpp Wed Oct 11 17:11:28 2017 -0700 +++ b/src/hotspot/share/jvmci/vmStructs_compiler_runtime.hpp Thu Oct 19 19:23:48 2017 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2017, 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 @@ -28,6 +28,7 @@ #include "jvmci/compilerRuntime.hpp" #define VM_ADDRESSES_COMPILER_RUNTIME(declare_address, declare_preprocessor_address, declare_function) \ + declare_function(CompilerRuntime::resolve_dynamic_invoke) \ declare_function(CompilerRuntime::resolve_string_by_symbol) \ declare_function(CompilerRuntime::resolve_klass_by_symbol) \ declare_function(CompilerRuntime::resolve_method_by_symbol_and_load_counters) \