src/hotspot/cpu/ppc/vm_version_ppc.hpp
changeset 50161 e2d9b38630c3
parent 47565 f4962ab855b6
child 50339 ede65c4fb6da
--- a/src/hotspot/cpu/ppc/vm_version_ppc.hpp	Thu May 17 14:16:49 2018 +0200
+++ b/src/hotspot/cpu/ppc/vm_version_ppc.hpp	Wed May 16 11:11:03 2018 -0400
@@ -44,7 +44,6 @@
     lqarx,
     vcipher,
     vpmsumb,
-    tcheck,
     mfdscr,
     vsx,
     ldbrx,
@@ -67,7 +66,6 @@
     vcipher_m             = (1 << vcipher),
     vshasig_m             = (1 << vshasig),
     vpmsumb_m             = (1 << vpmsumb),
-    tcheck_m              = (1 << tcheck ),
     mfdscr_m              = (1 << mfdscr ),
     vsx_m                 = (1 << vsx    ),
     ldbrx_m               = (1 << ldbrx  ),
@@ -103,7 +101,6 @@
   static bool has_lqarx()   { return (_features & lqarx_m) != 0; }
   static bool has_vcipher() { return (_features & vcipher_m) != 0; }
   static bool has_vpmsumb() { return (_features & vpmsumb_m) != 0; }
-  static bool has_tcheck()  { return (_features & tcheck_m) != 0; }
   static bool has_mfdscr()  { return (_features & mfdscr_m) != 0; }
   static bool has_vsx()     { return (_features & vsx_m) != 0; }
   static bool has_ldbrx()   { return (_features & ldbrx_m) != 0; }