< prev index next >

src/share/vm/memory/metaspaceGCThresholdUpdater.hpp

Print this page
rev 8978 : imported patch remove_err_msg

*** 41,51 **** case ComputeNewSize: return "compute_new_size"; case ExpandAndAllocate: return "expand_and_allocate"; default: ! assert(false, err_msg("Got bad updater: %d", (int) updater)); return NULL; }; } }; --- 41,51 ---- case ComputeNewSize: return "compute_new_size"; case ExpandAndAllocate: return "expand_and_allocate"; default: ! assert(false, "Got bad updater: %d", (int) updater); return NULL; }; } };
< prev index next >