mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-25 17:50:45 +00:00
8140249: JVM Crashing During startUp If Flight Recording is enabled
Reviewed-by: dholmes
This commit is contained in:
parent
de43b867e9
commit
a0f01babb9
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user