OpenJDK / jdk / jdk12
changeset 26292:02bd06c6b3cc
8055164: [TESTBUG] runtime/CompressedOops/CompressedClassPointers.java fails with OpenJDK build
Summary: Removed explicit check for HotSpot in output
Reviewed-by: sla, coleenp, hseigel
author | ctornqvi |
---|---|
date | Wed, 20 Aug 2014 14:59:08 -0700 |
parents | 6c45e10fd30d |
children | 5c7a054e59fe |
files | hotspot/test/runtime/CompressedOops/CompressedClassPointers.java |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/test/runtime/CompressedOops/CompressedClassPointers.java Wed Aug 20 08:50:10 2014 -0400 +++ b/hotspot/test/runtime/CompressedOops/CompressedClassPointers.java Wed Aug 20 14:59:08 2014 -0700 @@ -26,7 +26,6 @@ * @bug 8024927 * @summary Testing address of compressed class pointer space as best as possible. * @library /testlibrary - * @ignore 8055164 */ import com.oracle.java.testlibrary.*; @@ -89,7 +88,6 @@ "-version"); OutputAnalyzer output = new OutputAnalyzer(pb.start()); output.shouldContain("HeapBaseMinAddress must be at least"); - output.shouldContain("HotSpot"); output.shouldHaveExitValue(0); }