src/share/vm/memory/universe.hpp

changeset 1280
df6caf649ff7
parent 1082
bd441136a5ce
child 1295
433f394ab509
equal deleted inserted replaced
1274:bb18957ad21e 1280:df6caf649ff7
396 // For sharing -- fill in a list of known vtable pointers. 396 // For sharing -- fill in a list of known vtable pointers.
397 static void init_self_patching_vtbl_list(void** list, int count); 397 static void init_self_patching_vtbl_list(void** list, int count);
398 398
399 // Debugging 399 // Debugging
400 static bool verify_in_progress() { return _verify_in_progress; } 400 static bool verify_in_progress() { return _verify_in_progress; }
401 static void verify(bool allow_dirty = true, bool silent = false); 401 static void verify(bool allow_dirty = true, bool silent = false, bool option = true);
402 static int verify_count() { return _verify_count; } 402 static int verify_count() { return _verify_count; }
403 static void print(); 403 static void print();
404 static void print_on(outputStream* st); 404 static void print_on(outputStream* st);
405 static void print_heap_at_SIGBREAK(); 405 static void print_heap_at_SIGBREAK();
406 static void print_heap_before_gc() { print_heap_before_gc(gclog_or_tty); } 406 static void print_heap_before_gc() { print_heap_before_gc(gclog_or_tty); }

mercurial