src/cpu/sparc/vm/c2_init_sparc.cpp

Print this page

        

@@ -28,7 +28,6 @@
 
 // processor dependent initialization for sparc
 
 void Compile::pd_compiler2_init() {
   guarantee(CodeEntryAlignment >= InteriorEntryAlignment, "" );
-  guarantee( VM_Version::v9_instructions_work(), "Server compiler does not run on V8 systems" );
 }