mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-21 05:13:11 +00:00
Disable use of global operator new and new[] which could cause unexpected exception and escape from NMT tracking. Reviewed-by: coleenp, dholmes, zgu