< prev index next >

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

Print this page
rev 59103 : imported patch hotspot

@@ -19,16 +19,14 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-// The test fails on sparc because there are errors in VerifyOops.
 /*
  * @test
  * @bug 8231058
  * @requires vm.debug & vm.bits == "64"
- * @requires (os.arch != "sparcv9")
  * @run main/othervm -XX:+VerifyOops -XX:+UseCompressedOops TestVerifyOops
  * @run main/othervm -XX:+VerifyOops -XX:-UseCompressedOops TestVerifyOops
  */
 /*
  * @test
< prev index next >