src/share/vm/memory/universe.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/universe.hpp	Tue Feb 14 12:24:14 2012
--- new/src/share/vm/memory/universe.hpp	Tue Feb 14 12:24:13 2012

*** 422,433 **** --- 422,433 ---- // (extended == true). static void print_on(outputStream* st, bool extended = false); static void print_heap_at_SIGBREAK(); static void print_heap_before_gc() { print_heap_before_gc(gclog_or_tty); } static void print_heap_after_gc() { print_heap_after_gc(gclog_or_tty); } ! static void print_heap_before_gc(outputStream* st, bool ignore_extended = false); ! static void print_heap_after_gc(outputStream* st, bool ignore_extended = false); // Change the number of dummy objects kept reachable by the full gc dummy // array; this should trigger relocation in a sliding compaction collector. debug_only(static bool release_fullgc_alot_dummy();) // The non-oop pattern (see compiledIC.hpp, etc)

src/share/vm/memory/universe.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File