src/share/vm/memory/filemap.hpp

changeset 5329
221df7e37535
parent 4720
fad90b102190
child 5528
740e263c80c6
equal deleted inserted replaced
5328:8eb40545e209 5329:221df7e37535
147 static void fail_stop(const char *msg, ...); 147 static void fail_stop(const char *msg, ...);
148 void fail_continue(const char *msg, ...); 148 void fail_continue(const char *msg, ...);
149 149
150 // Return true if given address is in the mapped shared space. 150 // Return true if given address is in the mapped shared space.
151 bool is_in_shared_space(const void* p) NOT_CDS_RETURN_(false); 151 bool is_in_shared_space(const void* p) NOT_CDS_RETURN_(false);
152 void print_shared_spaces() NOT_CDS_RETURN;
152 }; 153 };
153 154
154 #endif // SHARE_VM_MEMORY_FILEMAP_HPP 155 #endif // SHARE_VM_MEMORY_FILEMAP_HPP

mercurial