When several arrays are allocated with the new operator in Kernel32, they use the wrong set of delete operators when freeing the allocated memory. In C++ this is undefined behaviour and they should be converted to use the correct operators
- relates to
-
JDK-8288293 Windows/gcc Port
-
- Draft
-