2015-10-08 12:49:30 -10:00
|
|
|
/*
|
2016-08-19 10:06:30 -04:00
|
|
|
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
2015-10-08 12:49:30 -10:00
|
|
|
* 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.
|
|
|
|
*
|
|
|
|
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
* version 2 for more details (a copy is included in the LICENSE file that
|
|
|
|
* accompanied this code).
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License version
|
|
|
|
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
|
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
*
|
|
|
|
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
|
|
* or visit www.oracle.com if you need additional information or have any
|
|
|
|
* questions.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* @test
|
|
|
|
* @bug 8136421
|
2016-06-17 13:07:27 +03:00
|
|
|
* @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
|
2016-08-19 10:06:30 -04:00
|
|
|
* @library / /test/lib
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: George Triantafillou <george.triantafillou@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: acorn, ccheung, coleenp, ctornqvi, dholmes, dsimms, gtriantafill, iklam, jiangli, mgronlun, mseledtsov, cjplummer, sspitsyn, stefank, twisti, hseigel, lfoltan, alanb, mchung, dfazunen
2016-03-17 19:04:01 +00:00
|
|
|
* @library ../common/patches
|
2016-05-01 12:47:00 +03:00
|
|
|
* @modules java.base/jdk.internal.misc
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: George Triantafillou <george.triantafillou@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: acorn, ccheung, coleenp, ctornqvi, dholmes, dsimms, gtriantafill, iklam, jiangli, mgronlun, mseledtsov, cjplummer, sspitsyn, stefank, twisti, hseigel, lfoltan, alanb, mchung, dfazunen
2016-03-17 19:04:01 +00:00
|
|
|
* @modules jdk.vm.ci/jdk.vm.ci.hotspot
|
|
|
|
* @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
|
|
|
|
* @run main/othervm compiler.jvmci.compilerToVM.DebugOutputTest
|
2015-10-08 12:49:30 -10:00
|
|
|
*/
|
|
|
|
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: George Triantafillou <george.triantafillou@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: acorn, ccheung, coleenp, ctornqvi, dholmes, dsimms, gtriantafill, iklam, jiangli, mgronlun, mseledtsov, cjplummer, sspitsyn, stefank, twisti, hseigel, lfoltan, alanb, mchung, dfazunen
2016-03-17 19:04:01 +00:00
|
|
|
// as soon as CODETOOLS-7901589 fixed, '@run main/othervm' should be replaced w/ '@run driver'
|
|
|
|
|
2015-10-08 12:49:30 -10:00
|
|
|
package compiler.jvmci.compilerToVM;
|
|
|
|
|
2016-08-19 10:06:30 -04:00
|
|
|
import jdk.test.lib.process.OutputAnalyzer;
|
|
|
|
import jdk.test.lib.process.ProcessTools;
|
2016-07-12 18:24:48 +03:00
|
|
|
import jdk.vm.ci.hotspot.CompilerToVMHelper;
|
|
|
|
|
2015-10-08 12:49:30 -10:00
|
|
|
import java.util.Arrays;
|
|
|
|
|
|
|
|
public class DebugOutputTest {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
new DebugOutputTest().test();
|
|
|
|
}
|
|
|
|
|
|
|
|
private void test() {
|
|
|
|
for (TestCaseData testCase : TestCaseData.values()) {
|
|
|
|
System.out.println(testCase);
|
|
|
|
OutputAnalyzer oa;
|
|
|
|
try {
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: George Triantafillou <george.triantafillou@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: acorn, ccheung, coleenp, ctornqvi, dholmes, dsimms, gtriantafill, iklam, jiangli, mgronlun, mseledtsov, cjplummer, sspitsyn, stefank, twisti, hseigel, lfoltan, alanb, mchung, dfazunen
2016-03-17 19:04:01 +00:00
|
|
|
oa = ProcessTools.executeTestJvmAllArgs(
|
2015-10-08 12:49:30 -10:00
|
|
|
"-XX:+UnlockExperimentalVMOptions",
|
|
|
|
"-XX:+EnableJVMCI",
|
|
|
|
"-Xbootclasspath/a:.",
|
|
|
|
DebugOutputTest.Worker.class.getName(),
|
|
|
|
testCase.name());
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: George Triantafillou <george.triantafillou@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: acorn, ccheung, coleenp, ctornqvi, dholmes, dsimms, gtriantafill, iklam, jiangli, mgronlun, mseledtsov, cjplummer, sspitsyn, stefank, twisti, hseigel, lfoltan, alanb, mchung, dfazunen
2016-03-17 19:04:01 +00:00
|
|
|
} catch (Throwable e) {
|
2015-10-08 12:49:30 -10:00
|
|
|
e.printStackTrace();
|
|
|
|
throw new Error("Problems running child process", e);
|
|
|
|
}
|
|
|
|
if (testCase.expectedException != null) {
|
|
|
|
oa.shouldHaveExitValue(1);
|
|
|
|
oa.shouldContain(testCase.expectedException.getName());
|
|
|
|
} else {
|
|
|
|
oa.shouldHaveExitValue(0);
|
|
|
|
oa.shouldContain(new String(testCase.getExpected()));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A list of test cases that are executed in forked VM
|
|
|
|
*/
|
|
|
|
private enum TestCaseData {
|
|
|
|
PART_ARRAY(100, 50),
|
|
|
|
FULL_ARRAY(0, 255),
|
|
|
|
EMPTY(0, 0),
|
|
|
|
NEGATIVE_LENGTH(0, Integer.MIN_VALUE,
|
|
|
|
ArrayIndexOutOfBoundsException.class),
|
|
|
|
NEGATIVE_OFFSET(-1, 255,
|
|
|
|
ArrayIndexOutOfBoundsException.class),
|
|
|
|
LEFT_BOUND(Integer.MIN_VALUE, 100,
|
|
|
|
ArrayIndexOutOfBoundsException.class),
|
|
|
|
RIGHT_BOUND(Integer.MAX_VALUE, 100,
|
|
|
|
ArrayIndexOutOfBoundsException.class),
|
|
|
|
BIG_LENGTH(0, Integer.MAX_VALUE,
|
|
|
|
ArrayIndexOutOfBoundsException.class),
|
|
|
|
NULL_POINTER(0, 0,
|
|
|
|
NullPointerException.class),
|
|
|
|
;
|
|
|
|
|
|
|
|
private static final int SIZE = 255;
|
|
|
|
private static final byte[] DATA = generate();
|
|
|
|
public final int offset;
|
|
|
|
public final int length;
|
|
|
|
public final Class<? extends Throwable> expectedException;
|
|
|
|
|
|
|
|
private TestCaseData(int offset, int length,
|
|
|
|
Class<? extends Throwable> expectedException) {
|
|
|
|
this.offset = offset;
|
|
|
|
this.length = length;
|
|
|
|
this.expectedException = expectedException;
|
|
|
|
}
|
|
|
|
|
|
|
|
private TestCaseData(int offset, int length) {
|
|
|
|
this(offset, length, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
private static byte[] generate() {
|
|
|
|
byte[] byteArray = new byte[SIZE];
|
|
|
|
for (int i = 0; i < SIZE; i++) {
|
|
|
|
byteArray[i] = (byte) (i + 1);
|
|
|
|
}
|
|
|
|
return byteArray;
|
|
|
|
}
|
|
|
|
|
|
|
|
public byte[] getExpected() {
|
|
|
|
if (expectedException != null) {
|
|
|
|
return new byte[0];
|
|
|
|
}
|
|
|
|
return Arrays.copyOfRange(TestCaseData.DATA, offset,
|
|
|
|
offset + length);
|
|
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
|
|
public String toString() {
|
|
|
|
return "CASE: " + this.name();
|
|
|
|
}
|
|
|
|
|
|
|
|
public byte[] getData() {
|
|
|
|
if (equals(NULL_POINTER)) {
|
|
|
|
return null;
|
|
|
|
} else {
|
|
|
|
return DATA;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
public static class Worker {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
for (String arg : args) {
|
|
|
|
TestCaseData tcase = TestCaseData.valueOf(arg);
|
|
|
|
CompilerToVMHelper.writeDebugOutput(tcase.getData(),
|
|
|
|
tcase.offset, tcase.length);
|
|
|
|
CompilerToVMHelper.flushDebugOutput();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|