# HG changeset patch # User gtriantafill # Date 1521646049 14400 # Node ID 4be016b14e7b2adeb9b255e0558bacb6e06a3826 # Parent 26958d06b585396746a003f667d9b9aa30ef601d 8194054: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with -1073740940 (FFFFFFFFC0000374) Reviewed-by: stsmirno, coleenp diff -r 26958d06b585 -r 4be016b14e7b test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java --- a/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java Wed Mar 21 16:00:41 2018 +0100 +++ b/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java Wed Mar 21 11:27:29 2018 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -88,6 +88,11 @@ excludeTestMinRange("MallocMaxTestWords"); /* + * Exclude CMSSamplingGrain as it can cause intermittent failures on Windows + */ + excludeTestRange("CMSSamplingGrain"); + + /* * Exclude below options as their maximum value would consume too much memory * and would affect other tests that run in parallel. */