< prev index next >

src/hotspot/cpu/ppc/continuationEntry_ppc.inline.hpp

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

@@ -25,10 +25,11 @@
  #ifndef CPU_PPC_CONTINUATIONENTRY_PPC_INLINE_HPP
  #define CPU_PPC_CONTINUATIONENTRY_PPC_INLINE_HPP
  
  #include "runtime/continuationEntry.hpp"
  
+ #include "code/codeCache.hpp"
  #include "oops/method.inline.hpp"
  #include "runtime/frame.inline.hpp"
  #include "runtime/registerMap.hpp"
  #include "utilities/macros.hpp"
  
< prev index next >