--- old/src/share/vm/memory/metaspace.cpp 2013-08-22 13:03:58.000000000 +0200 +++ new/src/share/vm/memory/metaspace.cpp 2013-08-22 13:03:58.000000000 +0200 @@ -345,7 +345,7 @@ }; // byte_size is the size of the associated virtualspace. -VirtualSpaceNode::VirtualSpaceNode(size_t byte_size) : _top(NULL), _next(NULL), _rs(0), _container_count(0) { +VirtualSpaceNode::VirtualSpaceNode(size_t byte_size) : _top(NULL), _next(NULL), _rs(), _container_count(0) { // align up to vm allocation granularity byte_size = align_size_up(byte_size, os::vm_allocation_granularity());