< prev index next >

src/hotspot/share/compiler/compilerDirectives.cpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

*** 169,179 **** return _c1_store; } else if (comp->is_c2()) { return _c2_store; } else { // use c1_store as default ! assert(comp->is_c1() || comp->is_jvmci() || comp->is_shark(), ""); return _c1_store; } } // In the list of disabled intrinsics, the ID of the disabled intrinsics can separated: --- 169,179 ---- return _c1_store; } else if (comp->is_c2()) { return _c2_store; } else { // use c1_store as default ! assert(comp->is_c1() || comp->is_jvmci(), ""); return _c1_store; } } // In the list of disabled intrinsics, the ID of the disabled intrinsics can separated:
< prev index next >