File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -113,9 +113,11 @@ public class JdbStopInNotificationThreadTest extends JdbTest {
113
113
private static final String DEBUGGEE_CLASS = JdbStopInNotificationThreadTestTarg .class .getName ();
114
114
private static final String PATTERN1_TEMPLATE = "^Breakpoint hit: \" thread=Notification Thread\" , " +
115
115
"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
117
117
118
private JdbStopInNotificationThreadTest () {
118
- super (DEBUGGEE_CLASS );
119
+ super (new LaunchOptions (DEBUGGEE_CLASS )
120
+ .addDebuggeeOptions (DEBUGGEE_OPTIONS ));
119
121
}
120
122
121
123
public static void main (String argv []) {
You can’t perform that action at this time.
0 commit comments