src/share/vm/utilities/globalDefinitions.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/utilities/globalDefinitions.hpp	Mon Sep 14 23:13:42 2015
--- new/src/share/vm/utilities/globalDefinitions.hpp	Mon Sep 14 23:13:42 2015

*** 1411,1428 **** --- 1411,1420 ---- #define UINTX_FORMAT "%" PRIuPTR #define INTX_FORMAT_W(width) "%" #width PRIdPTR #define UINTX_FORMAT_W(width) "%" #width PRIuPTR // Enable zap-a-lot if in debug version. # ifdef ASSERT # ifdef COMPILER2 # define ENABLE_ZAP_DEAD_LOCALS #endif /* COMPILER2 */ # endif /* ASSERT */ #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) // Dereference vptr // All C++ compilers that we know of have the vtbl pointer in the first // word. If there are exceptions, this function needs to be made compiler

src/share/vm/utilities/globalDefinitions.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File