From a72c58ada0490c117b2256ad39a670b8c5357c8a Mon Sep 17 00:00:00 2001 From: "simonmar@microsoft.com" Date: Thu, 20 Dec 2007 14:58:55 +0000 Subject: [PATCH] update to match Mb -> MB change in -s output --- utils/runstdtest/runstdtest.prl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/runstdtest/runstdtest.prl b/utils/runstdtest/runstdtest.prl index 379c895..1e23f1f 100644 --- a/utils/runstdtest/runstdtest.prl +++ b/utils/runstdtest/runstdtest.prl @@ -409,7 +409,7 @@ sub process_stats_file { $GCs = $1 if /^\s*([0-9,]+) collections? in generation 0/; - if ( /^\s+([0-9]+)\s+Mb total memory/ ) { + if ( /^\s+([0-9]+)\s+M[Bb] total memory/ ) { $TotMem = $1; } -- 1.7.10.4