8171853: Remove Shark compiler

Reviewed-by: dholmes, kvn, erikj, ihse
This commit is contained in:
Roman Kennke 2017-10-15 22:54:03 +02:00
parent 50c759f20e
commit 7030019135
98 changed files with 55 additions and 12538 deletions

View file

@ -171,7 +171,7 @@ DirectiveSet* CompilerDirectives::get_for(AbstractCompiler *comp) {
return _c2_store;
} else {
// use c1_store as default
assert(comp->is_c1() || comp->is_jvmci() || comp->is_shark(), "");
assert(comp->is_c1() || comp->is_jvmci(), "");
return _c1_store;
}
}