Skip to content

Commit

Permalink
8256822: runtime/logging/RedefineClasses.java fails with "Error: VM o…
Browse files Browse the repository at this point in the history
…ption 'Verbose' is develop and is available only in debug version of VM."

Reviewed-by: stuefe
  • Loading branch information
coleenp committed Nov 21, 2020
1 parent edf72f0 commit 1aa90ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/runtime/logging/RedefineClasses.java
Expand Up @@ -31,7 +31,7 @@
* java.instrument
* @requires vm.jvmti
* @run main RedefineClassHelper
* @run main/othervm -Xmx256m -XX:MaxMetaspaceSize=64m -javaagent:redefineagent.jar -XX:+Verbose -Xlog:all=trace:file=all.log RedefineClasses
* @run main/othervm -Xmx256m -XX:MaxMetaspaceSize=64m -javaagent:redefineagent.jar -Xlog:all=trace:file=all.log RedefineClasses
*/

// package access top-level class to avoid problem with RedefineClassHelper
Expand Down

1 comment on commit 1aa90ac

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.