Skip to content

Commit fbfe11f

Browse files
committedOct 17, 2024
8341024: [test] build/AbsPathsInImage.java fails with OOM when using ubsan-enabled binaries
Backport-of: 1b46fea59cf8f53b23e5c16a604b4decc8c7dbbe
1 parent f766080 commit fbfe11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/build/AbsPathsInImage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @bug 8226346
4141
* @summary Check all output files for absolute path fragments
4242
* @requires !vm.debug
43-
* @run main AbsPathsInImage
43+
* @run main/othervm -Xmx900m AbsPathsInImage
4444
*/
4545
public class AbsPathsInImage {
4646

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Oct 17, 2024

@openjdk-notifier[bot]
Please sign in to comment.