RFR: 8316627: JViewport Test headless failure [v4]

Damon Nguyen dnguyen at openjdk.org
Wed Sep 20 22:17:47 UTC 2023


On Wed, 20 Sep 2023 22:04:55 GMT, Phil Race <prr at openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove viewChanged
>
> test/jdk/javax/swing/JViewport/bug4546474.java line 37:
> 
>> 35: public class bug4546474 {
>> 36:     static JScrollPane scrollpane;
>> 37:     static JScrollBar sbar;
> 
> These two static vars can be local - you don't need to re-test, after that, just make sure it compiles.

It does compile with the changes. Thanks for the quick advice

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15847#discussion_r1332229244


More information about the client-libs-dev mailing list