# HG changeset patch # User zgu # Date 1364447121 25200 # Node ID f044c45bee68205bb5e4b437a4aa94c2527c9d44 # Parent 53f4040e809cf10b259dcd1f014761b8011a05e0# Parent 26e0c03da92c5a280dacd9e9c7f8dfaef3da7887 Merge diff -r 53f4040e809c -r f044c45bee68 src/share/vm/services/memTracker.hpp --- a/src/share/vm/services/memTracker.hpp Wed Mar 27 16:31:00 2013 -0700 +++ b/src/share/vm/services/memTracker.hpp Wed Mar 27 22:05:21 2013 -0700 @@ -86,13 +86,13 @@ static inline void set_autoShutdown(bool value) { } static void shutdown(ShutdownReason reason) { } - static inline bool shutdown_in_progress() { } + static inline bool shutdown_in_progress() { return false; } static bool print_memory_usage(BaselineOutputer& out, size_t unit, - bool summary_only = true) { } + bool summary_only = true) { return false; } static bool compare_memory_usage(BaselineOutputer& out, size_t unit, - bool summary_only = true) { } + bool summary_only = true) { return false; } - static bool wbtest_wait_for_data_merge() { } + static bool wbtest_wait_for_data_merge() { return false; } static inline void sync() { } static inline void thread_exiting(JavaThread* thread) { }