Duplicate :
|
|
Relates :
|
JDK-8148425 changed the expansion of vmassert_status from a direct use of vmassert (with a strerror call as an argument) to expanding into an if-qualified call to report_vm_status_error. This new expansion should be, but is not, conditional on defined(ASSERT). The old expansion didn't need such an explicit conditionalization; it relied on the conditionalization of the expansion of vmassert.
|