We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b6e6d commit d659ff6Copy full SHA for d659ff6
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
@@ -40,7 +40,7 @@
40
* @requires vm.gc == "null"
41
* @library /test/lib /test/jdk
42
* @summary Purpose of this test is to run leak profiler without command line tweaks or WhiteBox hacks until we succeed
43
- * @run main/othervm jdk.jfr.event.oldobject.TestSanityDefault
+ * @run main/othervm -Xmx1G jdk.jfr.event.oldobject.TestSanityDefault
44
*/
45
public class TestSanityDefault {
46
0 commit comments