test/hotspot/jtreg/runtime/appcds/customLoader/ClassListFormatBase.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff test/hotspot/jtreg/runtime/appcds/customLoader/ClassListFormatBase.java

test/hotspot/jtreg/runtime/appcds/customLoader/ClassListFormatBase.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 61,71 **** System.out.println("------------------------------"); System.out.println(caseHelp); System.out.println("------------------------------"); try { ! OutputAnalyzer output = TestCommon.dump(appJar, appClasses); output.shouldHaveExitValue(0); output.shouldContain("Dumping"); for (String s : expected_msgs) { output.shouldContain(s); } --- 61,71 ---- System.out.println("------------------------------"); System.out.println(caseHelp); System.out.println("------------------------------"); try { ! OutputAnalyzer output = TestCommon.dump(appJar, appClasses, "-Xlog:cds"); output.shouldHaveExitValue(0); output.shouldContain("Dumping"); for (String s : expected_msgs) { output.shouldContain(s); }
test/hotspot/jtreg/runtime/appcds/customLoader/ClassListFormatBase.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File