Skip to content

Commit

Permalink
Add -Xalwaysclassgc to Test5102804
Browse files Browse the repository at this point in the history
- Updated the @run with -Xalwaysclassgc jvm option
- This is a temporary workaround and should be reviewed once the root cause is identified.

related: eclipse-openj9/openj9#20531

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm committed Nov 22, 2024
1 parent 27f9ff5 commit 644a18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/beans/Introspector/Test5102804.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @bug 5102804
* @summary Tests memory leak
* @author Sergey Malenkov
* @run main/othervm -ms16m -mx16m Test5102804
* @run main/othervm -ms16m -mx16m -Xalwaysclassgc Test5102804
*/

import java.beans.BeanInfo;
Expand Down

0 comments on commit 644a18c

Please sign in to comment.