117118119120121122123124125126127
} else if ("ALLOC".equals(tag)){ tmon.sortByAllocRate(); } else if ("NAME".equals(tag)){ tmon.sortByThreadName(); } else { SJK.failAndPrintUsage("Invalid order option '" + tag + "'"); } }