comparison src/share/vm/classfile/symbolTable.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 595c0f60d50d
children 52b4284cb496 2c6ef90f030a
comparison
equal deleted inserted replaced
17935:7384f6a12fc1 17937:78bbf4d43a14
37 #include "utilities/hashtable.inline.hpp" 37 #include "utilities/hashtable.inline.hpp"
38 #if INCLUDE_ALL_GCS 38 #if INCLUDE_ALL_GCS
39 #include "gc_implementation/g1/g1StringDedup.hpp" 39 #include "gc_implementation/g1/g1StringDedup.hpp"
40 #endif 40 #endif
41 41
42 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
43
42 // -------------------------------------------------------------------------- 44 // --------------------------------------------------------------------------
43 45
44 // the number of buckets a thread claims 46 // the number of buckets a thread claims
45 const int ClaimChunkSize = 32; 47 const int ClaimChunkSize = 32;
46 48