< prev index next >

src/hotspot/share/cds/dynamicArchive.hpp

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 2019, 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.
--- 1,7 ---
  /*
!  * Copyright (c) 2019, 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.

*** 64,10 ***
--- 64,11 ---
    static Array<ObjArrayKlass*>* _dynamic_archive_array_klasses;
  public:
    static void check_for_dynamic_dump();
    static void dump_for_jcmd(const char* archive_name, TRAPS);
    static void dump_at_exit(JavaThread* current, const char* archive_name);
+   static void dump_impl(bool jcmd_request, const char* archive_name, TRAPS);
    static bool is_mapped() { return FileMapInfo::dynamic_info() != nullptr; }
    static bool validate(FileMapInfo* dynamic_info);
    static void dump_array_klasses();
    static void setup_array_klasses();
    static void append_array_klass(ObjArrayKlass* oak);
< prev index next >