< prev index next >

src/cpu/ppc/vm/vm_version_ppc.hpp

Print this page
rev 9054 : 8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64
Reviewed-by: dholmes, mdoerr
rev 9055 : 8223438: add VirtualizationInformation JFR event
Reviewed-by: clanger, egahlin

*** 1,8 **** /* ! * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. ! * Copyright 2012, 2018 SAP AG. 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,8 ---- /* ! * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2012, 2019 SAP SE. 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.
*** 81,90 **** --- 81,94 ---- static void determine_section_size(); static void power6_micro_bench(); public: // Initialization static void initialize(); + static void check_virtualizations(); + + // Override Abstract_VM_Version implementation + static void print_platform_virtualization_info(outputStream*); static bool is_determine_features_test_running() { return _is_determine_features_test_running; } // CPU instruction support static bool has_fsqrt() { return (_features & fsqrt_m) != 0; } static bool has_fsqrts() { return (_features & fsqrts_m) != 0; }
< prev index next >