< prev index next >

test/hotspot/jtreg/runtime/CheckUnhandledOops/TestVerifyOops.java

Print this page
rev 56646 : 8231757: [ppc] Fix VerifyOops. Errors show since 8231058.
Summary: Also make the checks print the wrong value and where a failure occurred.

@@ -23,11 +23,12 @@
 
 /*
  * @test
  * @bug 8231058
  * @requires vm.debug & (os.arch != "sparc") & (os.arch != "sparcv9")
- * @run main/othervm -XX:+VerifyOops TestVerifyOops
+ * @run main/othervm -XX:+VerifyOops -XX:+UseCompressedOops TestVerifyOops
+ * @run main/othervm -XX:+VerifyOops -XX:-UseCompressedOops TestVerifyOops
  */
 
 public class TestVerifyOops {
 
     public static void main(String[] args) {
< prev index next >