src/hotspot/share/runtime/vm_version.hpp
changeset 52148 2d9f8845d0ae
parent 47216 71c04702a3d5
child 52904 d2f118d3f8e7
equal deleted inserted replaced
52147:435467bce14e 52148:2d9f8845d0ae
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    67   // called from the management module initialization (via init_globals())
    67   // called from the management module initialization (via init_globals())
    68   // after argument parsing and attaching of the main thread has
    68   // after argument parsing and attaching of the main thread has
    69   // occurred.  Examines a variety of the hardware capabilities of
    69   // occurred.  Examines a variety of the hardware capabilities of
    70   // the platform to determine which features can be used to execute the
    70   // the platform to determine which features can be used to execute the
    71   // program.
    71   // program.
    72   static void initialize();
    72   static void initialize() { }
    73 
    73 
    74   // This allows for early initialization of VM_Version information
    74   // This allows for early initialization of VM_Version information
    75   // that may be needed later in the initialization sequence but before
    75   // that may be needed later in the initialization sequence but before
    76   // full VM_Version initialization is possible. It can not depend on any
    76   // full VM_Version initialization is possible. It can not depend on any
    77   // other part of the VM being initialized when called. Platforms that
    77   // other part of the VM being initialized when called. Platforms that