src/hotspot/cpu/ppc/vm_version_ppc.hpp
changeset 54899 e4cff3cf0234
parent 54485 ddc19ea5059c
child 55322 bc5baf205475
--- a/src/hotspot/cpu/ppc/vm_version_ppc.hpp	Wed May 15 12:30:02 2019 +0200
+++ b/src/hotspot/cpu/ppc/vm_version_ppc.hpp	Thu May 16 09:21:49 2019 +0200
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2012, 2018 SAP SE. 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
@@ -87,6 +87,7 @@
 public:
   // Initialization
   static void initialize();
+  static void check_virtualizations();
 
   // Override Abstract_VM_Version implementation
   static void print_platform_virtualization_info(outputStream*);