JDK-8156480 : Quarantine compiler/jvmci/compilerToVM/ReadUncompressedOopTest.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-05-06
  • Updated: 2020-09-01
  • Resolved: 2016-05-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b120Fixed
Description
Quarantine  test until JDK-8156159 is implemented.

diff -r 481284d8ed27 test/compiler/jvmci/compilerToVM/ReadUncompressedOopTest.java
--- a/test/compiler/jvmci/compilerToVM/ReadUncompressedOopTest.java	Fri May 06 18:08:01 2016 +0000
+++ b/test/compiler/jvmci/compilerToVM/ReadUncompressedOopTest.java	Fri May 06 15:14:33 2016 -0700
@@ -24,6 +24,7 @@
 /*
  * @test
  * @bug 8136421
+ * @ignore 8155216
  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
  * @library / /testlibrary /test/lib/
  * @library ../common/patches