Skip to content

Commit

Permalink
[Misc] fix testcase bug TestG1OldAllocationPendingStackTrace.java
Browse files Browse the repository at this point in the history
Summary: fix testcase bug TestG1OldAllocationPendingStackTrace.java, which intermittently fail on linux-x64

Test Plan: CI pipeline

Reviewed-by: lei.yul, lvfei.lv

Issue: #367
  • Loading branch information
sendaoYan committed Aug 23, 2022
1 parent 6ac6a72 commit e7790c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
*
* @library /lib /
* @run main/othervm -XX:MaxNewSize=10M -Xmx128M -XX:+UseG1GC -XX:+PrintGCDetails -XX:+PrintGC jdk.jfr.event.gc.stacktrace.TestG1OldAllocationPendingStackTrace
* @run main/othervm -XX:MaxNewSize=10M -Xmx100M -XX:+UseG1GC -XX:+PrintGCDetails -XX:+PrintGC jdk.jfr.event.gc.stacktrace.TestG1OldAllocationPendingStackTrace
*/
public class TestG1OldAllocationPendingStackTrace {

Expand Down

0 comments on commit e7790c9

Please sign in to comment.