8366850: Test com/sun/jdi/JdbStopInNotificationThreadTest.java failed

Reviewed-by: ayang, lmesnik, syan
This commit is contained in:
Chris Plummer 2025-09-09 00:05:56 +00:00
parent 81a1e8e136
commit 4ec63e8f5d

View File

@ -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)