hotspot/src/share/vm/memory/metaspace.cpp
changeset 19546 f6b7c9e96ea3
parent 19322 e35f9ed4f081
child 19979 ebe1dbb6e1aa
--- a/hotspot/src/share/vm/memory/metaspace.cpp	Sun Aug 25 21:21:18 2013 -0400
+++ b/hotspot/src/share/vm/memory/metaspace.cpp	Fri Aug 16 13:22:32 2013 +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());