Relates :
|
The change for JDK-8191521 introduced an assert statement that has an incorrect number of parameters: https://hg.openjdk.java.net/jdk/jdk/rev/ed5e399d967d#l1.51 An assert usually has a condition on which to assert and as second parameter an informational string that might have a va_list.
|