< prev index next >

test/runtime/CompressedOops/ObjectAlignment.java

Print this page

        

@@ -46,11 +46,10 @@
             testObjectAlignment(9)
                 .shouldContain("must be power of 2")
                 .shouldHaveExitValue(1);
 
             testObjectAlignment(-1)
-                .shouldContain("must be power of 2")
                 .shouldContain("outside the allowed range")
                 .shouldHaveExitValue(1);
 
             // Maximum alignment allowed is 256
             testObjectAlignment(512)
< prev index next >