mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8366850: Test com/sun/jdi/JdbStopInNotificationThreadTest.java failed
Reviewed-by: ayang, lmesnik, syan
This commit is contained in:
parent
81a1e8e136
commit
4ec63e8f5d
@ -113,7 +113,7 @@ public class JdbStopInNotificationThreadTest extends JdbTest {
|
||||
private static final String DEBUGGEE_CLASS = JdbStopInNotificationThreadTestTarg.class.getName();
|
||||
private static final String PATTERN1_TEMPLATE = "^Breakpoint hit: \"thread=Notification Thread\", " +
|
||||
"JdbStopInNotificationThreadTestTarg\\$1\\.handleNotification\\(\\), line=%LINE_NUMBER.*\\R%LINE_NUMBER\\s+System\\.out\\.println\\(\"Memory usage low!!!\"\\);.*";
|
||||
private static final String[] DEBUGGEE_OPTIONS = {"-Xmx64M"};
|
||||
private static final String[] DEBUGGEE_OPTIONS = {"-Xmx256M"};
|
||||
|
||||
private JdbStopInNotificationThreadTest() {
|
||||
super(new LaunchOptions(DEBUGGEE_CLASS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user