comparison src/share/vm/memory/filemap.hpp @ 11056:221df7e37535

8016075: Win32 crash with CDS enabled and small heap size Summary: Fixed MetaspaceShared::is_in_shared_space Reviewed-by: coleenp, hseigel
author iklam
date Thu, 27 Jun 2013 10:03:21 -0700
parents fad90b102190
children 740e263c80c6
comparison
equal deleted inserted replaced
11055:8eb40545e209 11056: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