hotspot/src/share/vm/memory/virtualspace.cpp
changeset 39966 43c7f35b800e
parent 38009 290ae73980f7
child 42061 67176803a846
--- a/hotspot/src/share/vm/memory/virtualspace.cpp	Tue Jul 12 15:06:18 2016 +0300
+++ b/hotspot/src/share/vm/memory/virtualspace.cpp	Fri Jul 15 13:33:44 2016 +0200
@@ -676,7 +676,7 @@
 
 
 void VirtualSpace::release() {
-  // This does not release memory it never reserved.
+  // This does not release memory it reserved.
   // Caller must release via rs.release();
   _low_boundary           = NULL;
   _high_boundary          = NULL;