src/share/vm/runtime/virtualspace.hpp

changeset 5708
8c5e6482cbfc
parent 5704
c4c768305a8f
child 5859
04b18a42c2f3
equal deleted inserted replaced
5707:8227700da288 5708:8c5e6482cbfc
201 void release(); 201 void release();
202 202
203 void check_for_contiguity() PRODUCT_RETURN; 203 void check_for_contiguity() PRODUCT_RETURN;
204 204
205 // Debugging 205 // Debugging
206 void print() PRODUCT_RETURN; 206 void print_on(outputStream* out) PRODUCT_RETURN;
207 void print();
207 }; 208 };
208 209
209 #endif // SHARE_VM_RUNTIME_VIRTUALSPACE_HPP 210 #endif // SHARE_VM_RUNTIME_VIRTUALSPACE_HPP

mercurial