comparison src/share/vm/classfile/symbolTable.cpp @ 18009:f73af4455d7d

Merge
author asaha
date Thu, 29 May 2014 09:56:06 -0700
parents 78bbf4d43a14
children 52b4284cb496 2c6ef90f030a
comparison
equal deleted inserted replaced
18008:da65bbf6f89e 18009:f73af4455d7d
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