--- old/test/java/awt/Component/SetEnabledPerformance/SetEnabledPerformance.java 2017-08-04 17:28:38.000000000 +0530 +++ new/test/java/awt/Component/SetEnabledPerformance/SetEnabledPerformance.java 2017-08-04 17:28:38.000000000 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2017, 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 @@ -32,8 +32,10 @@ /** * @test * @key headful - * @bug 8071306 + * @bug 8071306 8165863 * @author Sergey Bylokhov + * @summary multiple setEnable() method calls cause poor GUI performance + * @run main/othervm -Xss2048k SetEnabledPerformance */ public final class SetEnabledPerformance { @@ -71,3 +73,4 @@ }); } } +