comparison src/share/vm/memory/universe.hpp @ 845:df6caf649ff7

6700789: G1: Enable use of compressed oops with G1 heaps Summary: Modifications to G1 so as to allow the use of compressed oops. Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp
author ysr
date Tue, 14 Jul 2009 15:40:39 -0700
parents bd441136a5ce
children 433f394ab509
comparison
equal deleted inserted replaced
839:bb18957ad21e 845: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); }