src/hotspot/cpu/s390/vm_version_s390.hpp
changeset 47607 c2ff34932cbd
parent 47216 71c04702a3d5
child 51034 9937ef7499dc
--- a/src/hotspot/cpu/s390/vm_version_s390.hpp	Mon Oct 09 11:43:42 2017 +0200
+++ b/src/hotspot/cpu/s390/vm_version_s390.hpp	Mon Oct 09 11:51:20 2017 +0200
@@ -473,6 +473,8 @@
   static void set_has_CryptoExt5()                { _features[0] |= CryptoExtension5Mask; }
   static void set_has_VectorFacility()            { _features[2] |= VectorFacilityMask; }
 
+  static void reset_has_VectorFacility()          { _features[2] &= ~VectorFacilityMask; }
+
   // Assembler testing.
   static void allow_all();
   static void revert();