Home
last modified time | relevance | path

Searched refs:stdinRedirector (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdb/
H A DDebuggee.java84 private IORedirector stdinRedirector = null; field in LocalLaunchedDebuggee
112 if (stdinRedirector != null) { in killDebuggee()
113 stdinRedirector.cancel(); in killDebuggee()
136 if (stdinRedirector != null) { in waitForDebuggee()
137 if (stdinRedirector.isAlive()) { in waitForDebuggee()
138 stdinRedirector.join(timeout); in waitForDebuggee()
139 if (stdinRedirector.isAlive()) { in waitForDebuggee()
141 stdinRedirector.interrupt(); in waitForDebuggee()
144 stdinRedirector = null; in waitForDebuggee()
178 if (stdinRedirector != null) in getInPipe()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/jdb/
H A DDebuggee.java84 private IORedirector stdinRedirector = null; field in LocalLaunchedDebuggee
112 if (stdinRedirector != null) { in killDebuggee()
113 stdinRedirector.cancel(); in killDebuggee()
136 if (stdinRedirector != null) { in waitForDebuggee()
137 if (stdinRedirector.isAlive()) { in waitForDebuggee()
138 stdinRedirector.join(timeout); in waitForDebuggee()
139 if (stdinRedirector.isAlive()) { in waitForDebuggee()
141 stdinRedirector.interrupt(); in waitForDebuggee()
144 stdinRedirector = null; in waitForDebuggee()
178 if (stdinRedirector != null) in getInPipe()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdb/
H A DDebuggee.java84 private IORedirector stdinRedirector = null; field in LocalLaunchedDebuggee
112 if (stdinRedirector != null) { in killDebuggee()
113 stdinRedirector.cancel(); in killDebuggee()
136 if (stdinRedirector != null) { in waitForDebuggee()
137 if (stdinRedirector.isAlive()) { in waitForDebuggee()
138 stdinRedirector.join(timeout); in waitForDebuggee()
139 if (stdinRedirector.isAlive()) { in waitForDebuggee()
141 stdinRedirector.interrupt(); in waitForDebuggee()
144 stdinRedirector = null; in waitForDebuggee()
178 if (stdinRedirector != null) in getInPipe()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdb/
H A DDebuggee.java84 private IORedirector stdinRedirector = null; field in LocalLaunchedDebuggee
112 if (stdinRedirector != null) { in killDebuggee()
113 stdinRedirector.cancel(); in killDebuggee()
136 if (stdinRedirector != null) { in waitForDebuggee()
137 if (stdinRedirector.isAlive()) { in waitForDebuggee()
138 stdinRedirector.join(timeout); in waitForDebuggee()
139 if (stdinRedirector.isAlive()) { in waitForDebuggee()
141 stdinRedirector.interrupt(); in waitForDebuggee()
144 stdinRedirector = null; in waitForDebuggee()
178 if (stdinRedirector != null) in getInPipe()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdb/
H A DDebuggee.java84 private IORedirector stdinRedirector = null; field in LocalLaunchedDebuggee
112 if (stdinRedirector != null) { in killDebuggee()
113 stdinRedirector.cancel(); in killDebuggee()
136 if (stdinRedirector != null) { in waitForDebuggee()
137 if (stdinRedirector.isAlive()) { in waitForDebuggee()
138 stdinRedirector.join(timeout); in waitForDebuggee()
139 if (stdinRedirector.isAlive()) { in waitForDebuggee()
141 stdinRedirector.interrupt(); in waitForDebuggee()
144 stdinRedirector = null; in waitForDebuggee()
178 if (stdinRedirector != null) in getInPipe()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdb/
H A DDebuggee.java84 private IORedirector stdinRedirector = null; field in LocalLaunchedDebuggee
112 if (stdinRedirector != null) { in killDebuggee()
113 stdinRedirector.cancel(); in killDebuggee()
136 if (stdinRedirector != null) { in waitForDebuggee()
137 if (stdinRedirector.isAlive()) { in waitForDebuggee()
138 stdinRedirector.join(timeout); in waitForDebuggee()
139 if (stdinRedirector.isAlive()) { in waitForDebuggee()
141 stdinRedirector.interrupt(); in waitForDebuggee()
144 stdinRedirector = null; in waitForDebuggee()
178 if (stdinRedirector != null) in getInPipe()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdb/
H A DDebuggee.java84 private IORedirector stdinRedirector = null; field in LocalLaunchedDebuggee
112 if (stdinRedirector != null) { in killDebuggee()
113 stdinRedirector.cancel(); in killDebuggee()
136 if (stdinRedirector != null) { in waitForDebuggee()
137 if (stdinRedirector.isAlive()) { in waitForDebuggee()
138 stdinRedirector.join(timeout); in waitForDebuggee()
139 if (stdinRedirector.isAlive()) { in waitForDebuggee()
141 stdinRedirector.interrupt(); in waitForDebuggee()
144 stdinRedirector = null; in waitForDebuggee()
178 if (stdinRedirector != null) in getInPipe()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdb/
H A DDebuggee.java84 private IORedirector stdinRedirector = null; field in LocalLaunchedDebuggee
112 if (stdinRedirector != null) { in killDebuggee()
113 stdinRedirector.cancel(); in killDebuggee()
136 if (stdinRedirector != null) { in waitForDebuggee()
137 if (stdinRedirector.isAlive()) { in waitForDebuggee()
138 stdinRedirector.join(timeout); in waitForDebuggee()
139 if (stdinRedirector.isAlive()) { in waitForDebuggee()
141 stdinRedirector.interrupt(); in waitForDebuggee()
144 stdinRedirector = null; in waitForDebuggee()
178 if (stdinRedirector != null) in getInPipe()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DDebugeeProcess.java214 if (stdinRedirector != null) { in waitForRedirectors()
215 if (stdinRedirector.isAlive()) { in waitForRedirectors()
216 stdinRedirector.join(timeout); in waitForRedirectors()
217 if (stdinRedirector.isAlive()) { in waitForRedirectors()
219 stdinRedirector.interrupt(); in waitForRedirectors()
222 stdinRedirector = null; in waitForRedirectors()
258 if (stdinRedirector != null) in getStdin()
287 private IORedirector stdinRedirector = null; field in DebugeeProcess
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DDebugeeProcess.java214 if (stdinRedirector != null) { in waitForRedirectors()
215 if (stdinRedirector.isAlive()) { in waitForRedirectors()
216 stdinRedirector.join(timeout); in waitForRedirectors()
217 if (stdinRedirector.isAlive()) { in waitForRedirectors()
219 stdinRedirector.interrupt(); in waitForRedirectors()
222 stdinRedirector = null; in waitForRedirectors()
258 if (stdinRedirector != null) in getStdin()
287 private IORedirector stdinRedirector = null; field in DebugeeProcess
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DDebugeeProcess.java214 if (stdinRedirector != null) { in waitForRedirectors()
215 if (stdinRedirector.isAlive()) { in waitForRedirectors()
216 stdinRedirector.join(timeout); in waitForRedirectors()
217 if (stdinRedirector.isAlive()) { in waitForRedirectors()
219 stdinRedirector.interrupt(); in waitForRedirectors()
222 stdinRedirector = null; in waitForRedirectors()
258 if (stdinRedirector != null) in getStdin()
287 private IORedirector stdinRedirector = null; field in DebugeeProcess
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DDebugeeProcess.java214 if (stdinRedirector != null) { in waitForRedirectors()
215 if (stdinRedirector.isAlive()) { in waitForRedirectors()
216 stdinRedirector.join(timeout); in waitForRedirectors()
217 if (stdinRedirector.isAlive()) { in waitForRedirectors()
219 stdinRedirector.interrupt(); in waitForRedirectors()
222 stdinRedirector = null; in waitForRedirectors()
258 if (stdinRedirector != null) in getStdin()
287 private IORedirector stdinRedirector = null; field in DebugeeProcess
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DDebugeeProcess.java214 if (stdinRedirector != null) { in waitForRedirectors()
215 if (stdinRedirector.isAlive()) { in waitForRedirectors()
216 stdinRedirector.join(timeout); in waitForRedirectors()
217 if (stdinRedirector.isAlive()) { in waitForRedirectors()
219 stdinRedirector.interrupt(); in waitForRedirectors()
222 stdinRedirector = null; in waitForRedirectors()
258 if (stdinRedirector != null) in getStdin()
287 private IORedirector stdinRedirector = null; field in DebugeeProcess
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DDebugeeProcess.java214 if (stdinRedirector != null) { in waitForRedirectors()
215 if (stdinRedirector.isAlive()) { in waitForRedirectors()
216 stdinRedirector.join(timeout); in waitForRedirectors()
217 if (stdinRedirector.isAlive()) { in waitForRedirectors()
219 stdinRedirector.interrupt(); in waitForRedirectors()
222 stdinRedirector = null; in waitForRedirectors()
258 if (stdinRedirector != null) in getStdin()
287 private IORedirector stdinRedirector = null; field in DebugeeProcess
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DDebugeeProcess.java214 if (stdinRedirector != null) { in waitForRedirectors()
215 if (stdinRedirector.isAlive()) { in waitForRedirectors()
216 stdinRedirector.join(timeout); in waitForRedirectors()
217 if (stdinRedirector.isAlive()) { in waitForRedirectors()
219 stdinRedirector.interrupt(); in waitForRedirectors()
222 stdinRedirector = null; in waitForRedirectors()
258 if (stdinRedirector != null) in getStdin()
287 private IORedirector stdinRedirector = null; field in DebugeeProcess
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jpda/
H A DDebugeeProcess.java214 if (stdinRedirector != null) { in waitForRedirectors()
215 if (stdinRedirector.isAlive()) { in waitForRedirectors()
216 stdinRedirector.join(timeout); in waitForRedirectors()
217 if (stdinRedirector.isAlive()) { in waitForRedirectors()
219 stdinRedirector.interrupt(); in waitForRedirectors()
222 stdinRedirector = null; in waitForRedirectors()
258 if (stdinRedirector != null) in getStdin()
287 private IORedirector stdinRedirector = null; field in DebugeeProcess