diff src/share/vm/utilities/globalDefinitions_gcc.hpp @ 2307:4a9604cd7c5f

6878713: Verifier heap corruption, relating to backward jsrs Summary: Added overflow detection in arena Amalloc methods Reviewed-by: coleenp, phh
author kamg
date Wed, 02 Mar 2011 08:18:35 -0500
parents f95d63e2154a
children 1d1603768966 e863062e521d
line wrap: on
line diff
--- a/src/share/vm/utilities/globalDefinitions_gcc.hpp	Wed Mar 02 09:41:26 2011 +0100
+++ b/src/share/vm/utilities/globalDefinitions_gcc.hpp	Wed Mar 02 08:18:35 2011 -0500
@@ -77,6 +77,7 @@
 # endif
 
 #ifdef LINUX
+#define __STDC_LIMIT_MACROS
 #include <inttypes.h>
 #include <signal.h>
 #include <ucontext.h>