--- old/src/cpu/ppc/vm/vm_version_ppc.hpp 2019-09-02 18:06:33.900089300 +0300 +++ new/src/cpu/ppc/vm/vm_version_ppc.hpp 2019-09-02 18:06:33.287158600 +0300 @@ -1,6 +1,6 @@ /* - * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. - * Copyright 2012, 2018 SAP AG. All rights reserved. + * 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 @@ -83,6 +83,10 @@ 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