On Fri, 22 Mar 2024 09:55:46 GMT, Prasanta Sadhukhan <[email protected]> 
wrote:

> Test is now passing in mac..Several iterations of the test passed in CI 
> system..link in JBS...deproblemlisted...

test/jdk/java/awt/Frame/DisposeParentGC/DisposeParentGC.java line 1:

> 1: /*

Since these lines are unchanged, I couldn't add comments there.

So, few suggestions:
1. @author tag can be removed.
2. You may fix spacing issues as well like
    TextArea textArea = new TextArea(5,5);
    Checkbox radioButton = new Checkbox("Hello" ,true, checkboxGroup);
    and other placess too.
3. Column limit exceeding.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18449#discussion_r1535388838

Reply via email to