< prev index next >

src/hotspot/share/interpreter/templateInterpreterGenerator.hpp

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

@@ -88,11 +88,11 @@
    address generate_method_entry(AbstractInterpreter::MethodKind kind, bool native);
  
    // generate intrinsic method entries
    address generate_intrinsic_entry(AbstractInterpreter::MethodKind kind);
  
-   address generate_normal_entry(bool synchronized);
+   address generate_normal_entry(bool synchronized, bool object_init);
    address generate_native_entry(bool synchronized);
    address generate_abstract_entry(void);
    address generate_math_entry(AbstractInterpreter::MethodKind kind);
    address generate_Reference_get_entry();
    address generate_CRC32_update_entry();
< prev index next >