src/share/vm/memory/metablock.cpp

changeset 5705
335b388c4b28
parent 4715
5939f5953b45
     1.1 --- a/src/share/vm/memory/metablock.cpp	Thu Sep 12 10:15:54 2013 +0200
     1.2 +++ b/src/share/vm/memory/metablock.cpp	Fri Sep 13 22:21:06 2013 +0200
     1.3 @@ -50,13 +50,6 @@
     1.4  // Chunks, change Chunks so that they can be allocated out of a VirtualSpace.
     1.5  size_t Metablock::_min_block_byte_size = sizeof(Metablock);
     1.6  
     1.7 -#ifdef ASSERT
     1.8 -size_t Metablock::_overhead =
     1.9 -  Chunk::aligned_overhead_size(sizeof(Metablock)) / BytesPerWord;
    1.10 -#else
    1.11 -size_t Metablock::_overhead = 0;
    1.12 -#endif
    1.13 -
    1.14  // New blocks returned by the Metaspace are zero initialized.
    1.15  // We should fix the constructors to not assume this instead.
    1.16  Metablock* Metablock::initialize(MetaWord* p, size_t word_size) {

mercurial