OpenJDK / jdk / jdk
changeset 52042:ba67866e9c12
8036026: nsk/jvmti/scenarios/capability/CM02/cm02t001 fails intermittently
Reviewed-by: cjplummer, dcubed
author | gadams |
---|---|
date | Mon, 08 Oct 2018 07:18:40 -0400 |
parents | 54e8e34a7243 |
children | 50dc6dd40e6a |
files | test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001.java Mon Oct 08 18:29:41 2018 +0100 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001.java Mon Oct 08 07:18:40 2018 -0400 @@ -81,8 +81,8 @@ return status; thread.letFinish(); - // pause to provoke contention - Thread.sleep(100); + // pause to provoke contention on thread.endingMonitor + Thread.sleep(1000); } catch (InterruptedException e) { throw new Failure(e); }