test/runtime/CompressedOops/ObjectAlignment.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/runtime/CompressedOops/ObjectAlignment.java	Thu Jun 25 10:07:05 2015
--- new/test/runtime/CompressedOops/ObjectAlignment.java	Thu Jun 25 10:07:05 2015

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

test/runtime/CompressedOops/ObjectAlignment.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File