< prev index next >

test/hotspot/jtreg/runtime/SharedArchiveFile/CdsDifferentCompactStrings.java

Print this page

        

*** 48,59 **** OutputAnalyzer out = CDSTestUtils.createArchive(createCompactStringsArgument); CDSTestUtils.checkDump(out); out = CDSTestUtils.runWithArchive(loadCompactStringsArgument); ! if (!CDSTestUtils.isUnableToMap(out)) { out.shouldMatch("The shared archive file's CompactStrings " + "setting .* does not equal the current CompactStrings setting") .shouldHaveExitValue(1); } - } } --- 48,59 ---- OutputAnalyzer out = CDSTestUtils.createArchive(createCompactStringsArgument); CDSTestUtils.checkDump(out); out = CDSTestUtils.runWithArchive(loadCompactStringsArgument); ! CDSTestUtils.checkMappingFailure(out); ! out.shouldMatch("The shared archive file's CompactStrings " + "setting .* does not equal the current CompactStrings setting") .shouldHaveExitValue(1); } }
< prev index next >