mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-20 18:37:51 +00:00
8349192: jvmti/scenarios/contention/TC05/tc05t001 fails: ERROR: tc05t001.cpp, 281: (waitedThreadCpuTime - waitThreadCpuTime) < (EXPECTED_ACCURACY * 1000000)
Reviewed-by: cjplummer, lmesnik
This commit is contained in:
parent
7c169c9814
commit
f971ee5ea0
@ -42,7 +42,7 @@ static const jlong EXPECTED_TIMEOUT_ACCURACY_NS = 300000;
|
||||
#if (defined(WIN32) || defined(_WIN32))
|
||||
static const jlong EXPECTED_ACCURACY = 16; // 16ms is longest clock update interval
|
||||
#else
|
||||
static const jlong EXPECTED_ACCURACY = 10; // high frequency clock updates expected
|
||||
static const jlong EXPECTED_ACCURACY = 32; // high frequency clock updates expected
|
||||
#endif
|
||||
|
||||
/* scaffold objects */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user