hotspot/src/cpu/x86/vm/x86_32.ad
changeset 34162 16b54851eaf6
parent 33628 09241459a8b8
child 35071 a0910b1d3e0d
child 35086 bbf32241d851
--- a/hotspot/src/cpu/x86/vm/x86_32.ad	Mon Nov 09 13:27:18 2015 +0000
+++ b/hotspot/src/cpu/x86/vm/x86_32.ad	Mon Nov 09 11:26:41 2015 -0800
@@ -291,9 +291,7 @@
     size += 6; // fldcw
   }
   if (C->max_vector_size() > 16) {
-    if(UseAVX <= 2) {
-      size += 3; // vzeroupper
-    }
+    size += 3; // vzeroupper
   }
   return size;
 }
@@ -1915,7 +1913,7 @@
       if (stub == NULL) {
         ciEnv::current()->record_failure("CodeCache is full");
         return;
-      } 
+      }
     }
   %}