We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa7b2f commit 28aa19eCopy full SHA for 28aa19e
test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -37,7 +37,7 @@
37
* @requires vm.hasJFR
38
* @library /test/lib /test/jdk
39
* @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
+ * @run main/othervm -Xmx1G jdk.jfr.event.oldobject.TestSanityDefault
41
*/
42
public class TestSanityDefault {
43
0 commit comments