< prev index next >

src/hotspot/share/interpreter/templateInterpreter.cpp

Print this page
@@ -1,7 +1,7 @@
  /*
-  * Copyright (c) 1997, 2023, Oracle and/or its affiliates. All rights reserved.
+  * Copyright (c) 1997, 2024, 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.

@@ -210,10 +210,11 @@
  address    TemplateInterpreter::_throw_ArithmeticException_entry            = nullptr;
  address    TemplateInterpreter::_throw_ClassCastException_entry             = nullptr;
  address    TemplateInterpreter::_throw_NullPointerException_entry           = nullptr;
  address    TemplateInterpreter::_throw_StackOverflowError_entry             = nullptr;
  address    TemplateInterpreter::_throw_exception_entry                      = nullptr;
+ address    TemplateInterpreter::_cont_resume_interpreter_adapter            = nullptr;
  
  #ifndef PRODUCT
  EntryPoint TemplateInterpreter::_trace_code;
  #endif // !PRODUCT
  EntryPoint TemplateInterpreter::_return_entry[TemplateInterpreter::number_of_return_entries];
< prev index next >