< prev index next >

src/hotspot/cpu/riscv/vm_version_riscv.hpp

Print this page
@@ -1,7 +1,7 @@
  /*
-  * Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved.
+  * Copyright (c) 1997, 2026, Oracle and/or its affiliates. All rights reserved.
   * Copyright (c) 2014, 2020, Red Hat Inc. All rights reserved.
   * Copyright (c) 2020, 2023, Huawei Technologies Co., Ltd. All rights reserved.
   * Copyright (c) 2023, Rivos Inc. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *

@@ -30,11 +30,11 @@
  
  #include "runtime/abstract_vm_version.hpp"
  #include "runtime/arguments.hpp"
  #include "runtime/globals_extension.hpp"
  #include "utilities/globalDefinitions.hpp"
- #include "utilities/growableArray.hpp"
+ #include "utilities/ostream.hpp"
  #include "utilities/sizes.hpp"
  
  class RiscvHwprobe;
  
  class VM_Version : public Abstract_VM_Version {
< prev index next >