mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-07 04:05:17 +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