comparison 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
comparison
equal deleted inserted replaced
2306:5584e20db481 2307:4a9604cd7c5f
75 # ifdef SOLARIS_MUTATOR_LIBTHREAD 75 # ifdef SOLARIS_MUTATOR_LIBTHREAD
76 # include <sys/procfs.h> 76 # include <sys/procfs.h>
77 # endif 77 # endif
78 78
79 #ifdef LINUX 79 #ifdef LINUX
80 #define __STDC_LIMIT_MACROS
80 #include <inttypes.h> 81 #include <inttypes.h>
81 #include <signal.h> 82 #include <signal.h>
82 #include <ucontext.h> 83 #include <ucontext.h>
83 #include <sys/time.h> 84 #include <sys/time.h>
84 #endif // LINUX 85 #endif // LINUX