test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threads/threads001.java
changeset 53869 34906de6c017
parent 50018 3ba0d8631f24
equal deleted inserted replaced
53868:1bd7233074c1 53869:34906de6c017
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   149 
   149 
   150 
   150 
   151         IOPipe pipe     = new IOPipe(debuggee);
   151         IOPipe pipe     = new IOPipe(debuggee);
   152 
   152 
   153         debuggee.redirectStderr(out);
   153         debuggee.redirectStderr(out);
   154         log2("issuspended002a debuggee launched");
   154         log2(debuggeeName + " debuggee launched");
   155         debuggee.resume();
   155         debuggee.resume();
   156 
   156 
   157         String line = pipe.readln();
   157         String line = pipe.readln();
   158         if ((line == null) || !line.equals("ready")) {
   158         if ((line == null) || !line.equals("ready")) {
   159             log3("signal received is not 'ready' but: " + line);
   159             log3("signal received is not 'ready' but: " + line);