8140249: JVM Crashing During startUp If Flight Recording is enabled

Reviewed-by: dholmes
This commit is contained in:
Shafi Ahmad 2015-10-30 08:29:19 -07:00 committed by Poonam Bajaj
parent de43b867e9
commit a0f01babb9

View File

@ -652,7 +652,7 @@ public:
result = _cpuid_info.std_cpuid1_ebx.bits.threads_per_cpu /
cores_per_cpu();
}
return result;
return (result == 0 ? 1 : result);
}
static intx L1_line_size() {