We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace471e commit e29b061Copy full SHA for e29b061
test/jdk/jdk/jfr/startupargs/TestStartDuration.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 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,6 +37,7 @@
37
* @summary Start a recording with duration. Verify recording stops.
38
* @key jfr
39
* @requires vm.hasJFR
40
+ * @requires vm.flagless
41
* @library /test/lib /test/jdk
42
* @run main jdk.jfr.startupargs.TestStartDuration
43
*/
0 commit comments