< prev index next >

src/share/vm/opto/c2compiler.cpp

Print this page
rev 10498 : C2: add SafePointScalarObjectNodes from ValueTypeNodes to SafePointNodes without an allocation + propagate materialized value type in the graph

*** 543,552 **** --- 543,553 ---- case vmIntrinsics::_updateBytesAdler32: case vmIntrinsics::_updateByteBufferAdler32: case vmIntrinsics::_profileBoolean: case vmIntrinsics::_isCompileConstant: case vmIntrinsics::_Objects_checkIndex: + case vmIntrinsics::_deoptimize: break; default: return false; } return true;
< prev index next >