Re: JDK 9 RFR of JDK-8154911: Move GCDuringIteration.java back to tier1

2016-05-03 Thread joe darcy
+1 Thanks, -Joe On 5/3/2016 7:30 PM, Martin Buchholz wrote: Looks good! Thanks for watching over our tests, and apologies for the years of flakiness! On Tue, May 3, 2016 at 6:24 PM, Amy Lu wrote: Please review. Thanks, Amy On 4/25/16 11:00 AM, Amy Lu wrote: java/util/WeakHashMap/GCDuri

Re: JDK 9 RFR of JDK-8154911: Move GCDuringIteration.java back to tier1

2016-05-03 Thread Martin Buchholz
Looks good! Thanks for watching over our tests, and apologies for the years of flakiness! On Tue, May 3, 2016 at 6:24 PM, Amy Lu wrote: > Please review. > > Thanks, > Amy > > On 4/25/16 11:00 AM, Amy Lu wrote: >> >> java/util/WeakHashMap/GCDuringIteration.java >> >> This test was failing intermit

Re: JDK 9 RFR of JDK-8154911: Move GCDuringIteration.java back to tier1

2016-05-03 Thread Amy Lu
Please review. Thanks, Amy On 4/25/16 11:00 AM, Amy Lu wrote: java/util/WeakHashMap/GCDuringIteration.java This test was failing intermittently (JDK-6842353) and demoted to tier2. Mentioned issues have been resolved and no open bug (no failure reported) till now. This patch is to move the

JDK 9 RFR of JDK-8154911: Move GCDuringIteration.java back to tier1

2016-04-24 Thread Amy Lu
java/util/WeakHashMap/GCDuringIteration.java This test was failing intermittently (JDK-6842353) and demoted to tier2. Mentioned issues have been resolved and no open bug (no failure reported) till now. This patch is to move the test back to tier1. bug: https://bugs.openjdk.java.net/browse/JD