< prev index next >

test/runtime/CompressedOops/ObjectAlignment.java

Print this page
rev 8745 : [mq]: 03

*** 46,56 **** 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) --- 46,55 ----
< prev index next >