Skip to content

Commit 4ec63e8

Browse files
committed
8366850: Test com/sun/jdi/JdbStopInNotificationThreadTest.java failed
Reviewed-by: ayang, lmesnik, syan
1 parent 81a1e8e commit 4ec63e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/com/sun/jdi/JdbStopInNotificationThreadTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public class JdbStopInNotificationThreadTest extends JdbTest {
113113
private static final String DEBUGGEE_CLASS = JdbStopInNotificationThreadTestTarg.class.getName();
114114
private static final String PATTERN1_TEMPLATE = "^Breakpoint hit: \"thread=Notification Thread\", " +
115115
"JdbStopInNotificationThreadTestTarg\\$1\\.handleNotification\\(\\), line=%LINE_NUMBER.*\\R%LINE_NUMBER\\s+System\\.out\\.println\\(\"Memory usage low!!!\"\\);.*";
116-
private static final String[] DEBUGGEE_OPTIONS = {"-Xmx64M"};
116+
private static final String[] DEBUGGEE_OPTIONS = {"-Xmx256M"};
117117

118118
private JdbStopInNotificationThreadTest() {
119119
super(new LaunchOptions(DEBUGGEE_CLASS)

0 commit comments

Comments
 (0)