--- old/test/hotspot/jtreg/runtime/CheckUnhandledOops/TestVerifyOops.java 2020-05-20 18:04:19.431055048 -0700 +++ new/test/hotspot/jtreg/runtime/CheckUnhandledOops/TestVerifyOops.java 2020-05-20 18:04:19.047047675 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -21,12 +21,10 @@ * 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 */