comparison 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
comparison
equal deleted inserted replaced
10994:9f9c0a163cc5 11006:b88209cf98c0
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 }