On Wed, 1 Jun 2022 05:07:44 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> Tejesh R has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Removed unused parameter isTooltipAdded > > test/jdk/javax/swing/JToolTip/bug5047379.java line 54: > >> 52: >> 53: public class bug5047379 { >> 54: static volatile boolean isTooltipAdded; > > This is only set but never checked anywhere.. if it's not needed, it needs to > be removed.. Yeah, removed it. ------------- PR: https://git.openjdk.java.net/jdk/pull/8952