openj9 icon indicating copy to clipboard operation
openj9 copied to clipboard

Allow SVM assertions to be ignored

Open cjjdespres opened this issue 6 months ago • 1 comments

If the option TR_IgnoreAssert is enabled for a particular compilation and the environment variable TR_svmAssertionsAreFatal is not set, SVM assertions will now be non-fatal even in DEBUG or PROD_WITH_ASSUMES builds. This matches the behaviour of normal TR_ASSERT assertions, aside from the possibility of overriding TR_IgnoreAssert with that environment variable.

cjjdespres avatar Aug 28 '24 17:08 cjjdespres