< prev index next >

src/hotspot/cpu/s390/vm_version_s390.hpp

Print this page

        

@@ -344,13 +344,10 @@
   // Initialization
   static void initialize();
   static void print_features();
   static bool is_determine_features_test_running() { return _is_determine_features_test_running; }
 
-  // Override Abstract_VM_Version implementation
-  static void print_platform_virtualization_info(outputStream*);
-
   // CPU feature query functions
   static const char* get_model_string()       { return _model_string; }
   static bool has_StoreFacilityListExtended() { return  (_features[0] & StoreFacilityListExtendedMask) == StoreFacilityListExtendedMask; }
   static bool has_Crypto()                    { return  (_features[0] & CryptoFacilityMask)            == CryptoFacilityMask; }
   static bool has_ETF2()                      { return  (_features[0] & ETF2Mask)                      == ETF2Mask; }
< prev index next >