Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonGuy committed Mar 20, 2024
1 parent 5155ccf commit 44ab888
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/jdk/java/awt/image/MemoryLeakTest/MemoryLeakTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@

/* @test
* @bug 4078566 6658398
* @requires (os.family == "linux")
* @library /java/awt/regtesthelpers
* @build PassFailJFrame
* @summary Test for a memory leak in Image.
* @run main MemoryLeakTest
* @run main/manual MemoryLeakTest
*/

import java.awt.Color;
Expand All @@ -39,7 +40,7 @@
public class MemoryLeakTest {
private static final String INSTRUCTIONS =
"""
Do the following steps on Solaris only.
Do the following steps on Unix platforms.
Maximize and minimize the Memory Leak Test window.
Execute the following after minimize.
ps -al | egrep -i 'java|PPID'
Expand Down

0 comments on commit 44ab888

Please sign in to comment.