src/share/vm/classfile/symbolTable.cpp

changeset 6680
78bbf4d43a14
parent 6413
595c0f60d50d
child 6876
710a3c8b516e
child 6992
2c6ef90f030a
equal deleted inserted replaced
6678:7384f6a12fc1 6680: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

mercurial