src/share/vm/memory/metaspace.cpp

changeset 5578
4c84d351cca9
parent 5531
1a8fb39bdbc4
child 5694
7944aba7ba41
     1.1 --- a/src/share/vm/memory/metaspace.cpp	Sun Aug 25 21:21:18 2013 -0400
     1.2 +++ b/src/share/vm/memory/metaspace.cpp	Fri Aug 16 13:22:32 2013 +0200
     1.3 @@ -345,7 +345,7 @@
     1.4  };
     1.5  
     1.6    // byte_size is the size of the associated virtualspace.
     1.7 -VirtualSpaceNode::VirtualSpaceNode(size_t byte_size) : _top(NULL), _next(NULL), _rs(0), _container_count(0) {
     1.8 +VirtualSpaceNode::VirtualSpaceNode(size_t byte_size) : _top(NULL), _next(NULL), _rs(), _container_count(0) {
     1.9    // align up to vm allocation granularity
    1.10    byte_size = align_size_up(byte_size, os::vm_allocation_granularity());
    1.11  

mercurial