RFR: 8256822: runtime/logging/RedefineClasses.java fails with "Error: VM option 'Verbose' is develop and is available only in debug version of VM."

Coleen Phillimore coleenp at openjdk.java.net
Sat Nov 21 19:40:35 UTC 2020


Remove -XX:+Verbose from this test.
I could leave it on and add -XX:+IgnoreUnrecognizedVMOptions if people prefer that.  The runtime/logging/TestMethodHandlesVerbose.java also tested JDK-8246378, but this one has some output that I was verifying manually.
thanks
Coleen

-------------

Commit messages:
 - 8256822: runtime/logging/RedefineClasses.java fails with "Error: VM option 'Verbose' is develop and is available only in debug version of VM."

Changes: https://git.openjdk.java.net/jdk/pull/1368/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1368&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8256822
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1368.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1368/head:pull/1368

PR: https://git.openjdk.java.net/jdk/pull/1368


More information about the hotspot-runtime-dev mailing list