comparison src/share/vm/prims/whitebox.cpp @ 17937:78bbf4d43a14

8037816: Fix for 8036122 breaks build with Xcode5/clang 8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
author drchase
date Thu, 22 May 2014 15:52:41 -0400
parents b127b0d6de7f
children 52b4284cb496 0c48231c5c84
comparison
equal deleted inserted replaced
17935:7384f6a12fc1 17937:78bbf4d43a14
50 #include "services/memTracker.hpp" 50 #include "services/memTracker.hpp"
51 #endif // INCLUDE_NMT 51 #endif // INCLUDE_NMT
52 52
53 #include "compiler/compileBroker.hpp" 53 #include "compiler/compileBroker.hpp"
54 #include "runtime/compilationPolicy.hpp" 54 #include "runtime/compilationPolicy.hpp"
55
56 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
55 57
56 #define SIZE_T_MAX_VALUE ((size_t) -1) 58 #define SIZE_T_MAX_VALUE ((size_t) -1)
57 59
58 bool WhiteBox::_used = false; 60 bool WhiteBox::_used = false;
59 61