Skip to content

Commit 0fc6844

Browse files
committed
Add -Xalwaysclassgc to Test5102804
- Updated the @run with -Xalwaysclassgc jvm option related: eclipse-openj9/openj9#20531 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
1 parent 27f9ff5 commit 0fc6844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/beans/Introspector/Test5102804.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @bug 5102804
2727
* @summary Tests memory leak
2828
* @author Sergey Malenkov
29-
* @run main/othervm -ms16m -mx16m Test5102804
29+
* @run main/othervm -ms16m -mx16m -Xalwaysclassgc Test5102804
3030
*/
3131

3232
import java.beans.BeanInfo;

0 commit comments

Comments
 (0)