comparison src/cpu/sparc/vm/c2_init_sparc.cpp @ 10997:46c544b8fbfc

8008407: remove SPARC V8 support Summary: Removed most of the SPARC V8 instructions Reviewed-by: kvn, twisti
author morris
date Fri, 07 Jun 2013 16:46:37 -0700
parents f95d63e2154a
children de6a9e811145
comparison
equal deleted inserted replaced
10996:ea60d1de6735 10997:46c544b8fbfc
28 28
29 // processor dependent initialization for sparc 29 // processor dependent initialization for sparc
30 30
31 void Compile::pd_compiler2_init() { 31 void Compile::pd_compiler2_init() {
32 guarantee(CodeEntryAlignment >= InteriorEntryAlignment, "" ); 32 guarantee(CodeEntryAlignment >= InteriorEntryAlignment, "" );
33 guarantee( VM_Version::v9_instructions_work(), "Server compiler does not run on V8 systems" );
34 } 33 }