src/hotspot/share/memory/metaspace.cpp
changeset 49708 6709f13dccd3
parent 49652 a74836b05c28
child 49852 4d3218e5f170
equal deleted inserted replaced
49679:7084eec5c723 49708:6709f13dccd3
    26 #include "gc/shared/collectedHeap.hpp"
    26 #include "gc/shared/collectedHeap.hpp"
    27 #include "gc/shared/collectorPolicy.hpp"
    27 #include "gc/shared/collectorPolicy.hpp"
    28 #include "logging/log.hpp"
    28 #include "logging/log.hpp"
    29 #include "logging/logStream.hpp"
    29 #include "logging/logStream.hpp"
    30 #include "memory/allocation.hpp"
    30 #include "memory/allocation.hpp"
    31 #include "memory/binaryTreeDictionary.hpp"
    31 #include "memory/binaryTreeDictionary.inline.hpp"
    32 #include "memory/filemap.hpp"
    32 #include "memory/filemap.hpp"
    33 #include "memory/freeList.hpp"
    33 #include "memory/freeList.inline.hpp"
    34 #include "memory/metachunk.hpp"
    34 #include "memory/metachunk.hpp"
    35 #include "memory/metaspace.hpp"
    35 #include "memory/metaspace.hpp"
    36 #include "memory/metaspaceGCThresholdUpdater.hpp"
    36 #include "memory/metaspaceGCThresholdUpdater.hpp"
    37 #include "memory/metaspaceShared.hpp"
    37 #include "memory/metaspaceShared.hpp"
    38 #include "memory/metaspaceTracer.hpp"
    38 #include "memory/metaspaceTracer.hpp"
  5340     out->specialized_chunk_word_size = ClassSpecializedChunk;
  5340     out->specialized_chunk_word_size = ClassSpecializedChunk;
  5341     out->small_chunk_word_size = ClassSmallChunk;
  5341     out->small_chunk_word_size = ClassSmallChunk;
  5342     out->medium_chunk_word_size = ClassMediumChunk;
  5342     out->medium_chunk_word_size = ClassMediumChunk;
  5343   }
  5343   }
  5344 }
  5344 }
  5345