diff src/cpu/sparc/vm/c2_init_sparc.cpp @ 11006:b88209cf98c0

Merge
author kvn
date Thu, 20 Jun 2013 16:08:11 -0700
parents 46c544b8fbfc
children de6a9e811145
line wrap: on
line diff
--- a/src/cpu/sparc/vm/c2_init_sparc.cpp	Thu Jun 20 10:03:58 2013 +0200
+++ b/src/cpu/sparc/vm/c2_init_sparc.cpp	Thu Jun 20 16:08:11 2013 -0700
@@ -30,5 +30,4 @@
 
 void Compile::pd_compiler2_init() {
   guarantee(CodeEntryAlignment >= InteriorEntryAlignment, "" );
-  guarantee( VM_Version::v9_instructions_work(), "Server compiler does not run on V8 systems" );
 }