8219388: Misleading log message "issuspended002a debuggee launched"

Reviewed-by: cjplummer, phh
This commit is contained in:
Gary Adams 2019-02-21 05:06:41 -05:00
parent 55f23fea5c
commit 4aac63bb93
125 changed files with 248 additions and 248 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -159,7 +159,7 @@ public class invokemethod001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("location001a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -170,7 +170,7 @@ public class newinstance001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -167,7 +167,7 @@ public class newinstance002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -139,7 +139,7 @@ public class setvalue001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -150,7 +150,7 @@ public class setvalue002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -143,7 +143,7 @@ public class setvalue003 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -135,7 +135,7 @@ public class setvalue004 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -132,7 +132,7 @@ public class setvalue005 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -159,7 +159,7 @@ public class isvisible001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("setvalue003a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -133,7 +133,7 @@ public class location001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("location001a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -148,7 +148,7 @@ public class location004 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("setvalue003a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -148,7 +148,7 @@ public class location005 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("setvalue003a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -131,7 +131,7 @@ public class codeindex001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -137,7 +137,7 @@ public class declaringtype001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -136,7 +136,7 @@ public class equals001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -136,7 +136,7 @@ public class hashcode001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -129,7 +129,7 @@ public class linenumber001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -124,7 +124,7 @@ public class linenumber_s001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -135,7 +135,7 @@ public class sourcename001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -130,7 +130,7 @@ public class sourcename_s001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -128,7 +128,7 @@ public class sourcepath001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -128,7 +128,7 @@ public class sourcepath_s001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -125,7 +125,7 @@ public class alllinelocations001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -127,7 +127,7 @@ public class alllinelocations002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -127,7 +127,7 @@ public class alllinelocations_ss001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -139,7 +139,7 @@ public class locationofcodeindex001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -132,7 +132,7 @@ public class locationsofline001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -130,7 +130,7 @@ public class locationsofline_ssi001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -133,7 +133,7 @@ public class tostring001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -133,7 +133,7 @@ public class virtualmachine001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -133,7 +133,7 @@ public class disablecollection001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -134,7 +134,7 @@ public class entrycount001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -142,7 +142,7 @@ public class equals001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -154,7 +154,7 @@ public class getvalue001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -158,7 +158,7 @@ public class getvalue002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -135,7 +135,7 @@ public class getvalue003 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -135,7 +135,7 @@ public class getvalue004 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -139,7 +139,7 @@ public class getvalues001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -139,7 +139,7 @@ public class getvalues002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -142,7 +142,7 @@ public class getvalues003{
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -142,7 +142,7 @@ public class hashcode001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -162,7 +162,7 @@ public class invokemethod001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -132,7 +132,7 @@ public class iscollected001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -136,7 +136,7 @@ public class owningthread001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -139,7 +139,7 @@ public class referencetype001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -137,7 +137,7 @@ public class referencetype002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -137,7 +137,7 @@ public class referencetype003 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -138,7 +138,7 @@ public class referencetype004 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -139,7 +139,7 @@ public class referencetype005 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -139,7 +139,7 @@ public class referencetype006 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -138,7 +138,7 @@ public class referencetype007 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -130,7 +130,7 @@ public class setvalue001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -131,7 +131,7 @@ public class uniqueid001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -124,7 +124,7 @@ public class directory001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -125,7 +125,7 @@ public class bootpath001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -139,7 +139,7 @@ public class doublevalue002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -125,7 +125,7 @@ public class alllinelocations001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -124,7 +124,7 @@ public class alllinelocations_ss001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -131,7 +131,7 @@ public class availablestrata001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -128,7 +128,7 @@ public class defaultstratum001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -127,7 +127,7 @@ public class locationsofline_i001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -128,7 +128,7 @@ public class locationsofline_ssi001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -130,7 +130,7 @@ public class sourcenames001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -131,7 +131,7 @@ public class sourcepaths001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -160,7 +160,7 @@ public class location001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("location001a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -247,7 +247,7 @@ public class setvalue003 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("setvalue003a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -156,7 +156,7 @@ public class thisobject001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("setvalue003a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -155,7 +155,7 @@ public class thisobject002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("setvalue003a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -153,7 +153,7 @@ public class thread001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("location001a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -158,7 +158,7 @@ public class visiblevarbyname001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("setvalue003a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -149,7 +149,7 @@ public class visiblevarbyname002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("setvalue003a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -153,7 +153,7 @@ public class visiblevariables001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("setvalue003a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -150,7 +150,7 @@ public class visiblevariables002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("setvalue003a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -154,7 +154,7 @@ public class name001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -156,7 +156,7 @@ public class parent001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -153,7 +153,7 @@ public class resume001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -152,7 +152,7 @@ public class suspend001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -151,7 +151,7 @@ public class threadgroups001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -151,7 +151,7 @@ public class threads001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -144,7 +144,7 @@ public class currentcm001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -170,7 +170,7 @@ public class frame001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -161,7 +161,7 @@ public class framecount001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -175,7 +175,7 @@ public class frames001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -176,7 +176,7 @@ public class frames_ii001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -159,7 +159,7 @@ public class frames_ii002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -153,7 +153,7 @@ public class interrupt001 {
pipe = debuggee.createIOPipe();
debuggee.redirectStderr(out);
log2("interrupt002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
try {

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -153,7 +153,7 @@ public class isatbreakpoint001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -159,7 +159,7 @@ public class issuspended002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -148,7 +148,7 @@ public class name001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -153,7 +153,7 @@ public class resume001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -154,7 +154,7 @@ public class stop001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -152,7 +152,7 @@ public class suspend001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -152,7 +152,7 @@ public class suspendcount001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -161,7 +161,7 @@ public class threadgroup001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -146,7 +146,7 @@ public class value001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -196,7 +196,7 @@ public class type002 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("setvalue003a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -155,7 +155,7 @@ public class allthreads001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("location001a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -140,7 +140,7 @@ public class cangetbytecodes001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -151,7 +151,7 @@ public class cangccm001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2019, 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
@ -159,7 +159,7 @@ public class cangetmonitorinfo001 {
IOPipe pipe = new IOPipe(debuggee);
debuggee.redirectStderr(out);
log2("issuspended002a debuggee launched");
log2(debuggeeName + " debuggee launched");
debuggee.resume();
String line = pipe.readln();

Some files were not shown because too many files have changed in this diff Show More