openj9
openj9 copied to clipboard
Remove Unnecessary Assertion in removeHCRGuards
The assertion "!guardInfo->getByteCodeInfo().isInvalidByteCodeIndex()" is obsolete and not needed since the function does not actual access a ByteCodeInfo anywhere. It fails incorrectly when a "TR_SideEffectGuard" is encountered.