Skip to content

Commit 9b1d6d6

Browse files
committed
8316328: Test jdk/jfr/event/oldobject/TestSanityDefault.java times out for some heap sizes
Reviewed-by: phh, shade, egahlin
1 parent f8a3e4e commit 9b1d6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -37,7 +37,7 @@
3737
* @requires vm.hasJFR
3838
* @library /test/lib /test/jdk
3939
* @summary Purpose of this test is to run leak profiler without command line tweaks or WhiteBox hacks until we succeed
40-
* @run main/othervm jdk.jfr.event.oldobject.TestSanityDefault
40+
* @run main/othervm -Xmx1G jdk.jfr.event.oldobject.TestSanityDefault
4141
*/
4242
public class TestSanityDefault {
4343

0 commit comments

Comments
 (0)