src/hotspot/cpu/ppc/vm_version_ppc.hpp
changeset 54899 e4cff3cf0234
parent 54485 ddc19ea5059c
child 55322 bc5baf205475
equal deleted inserted replaced
54898:17926213de55 54899:e4cff3cf0234
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2012, 2018 SAP SE. All rights reserved.
     3  * Copyright (c) 2012, 2019 SAP SE. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
     8  * published by the Free Software Foundation.
     8  * published by the Free Software Foundation.
    85   static void determine_section_size();
    85   static void determine_section_size();
    86   static void power6_micro_bench();
    86   static void power6_micro_bench();
    87 public:
    87 public:
    88   // Initialization
    88   // Initialization
    89   static void initialize();
    89   static void initialize();
       
    90   static void check_virtualizations();
    90 
    91 
    91   // Override Abstract_VM_Version implementation
    92   // Override Abstract_VM_Version implementation
    92   static void print_platform_virtualization_info(outputStream*);
    93   static void print_platform_virtualization_info(outputStream*);
    93 
    94 
    94   // Override Abstract_VM_Version implementation
    95   // Override Abstract_VM_Version implementation