--- old/src/cpu/sparc/vm/c2_init_sparc.cpp 2013-05-31 15:40:07.000000000 -0400 +++ new/src/cpu/sparc/vm/c2_init_sparc.cpp 2013-05-31 15:40:07.000000000 -0400 @@ -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" ); }