Name: stC104175 Date: 04/25/2000
java version "1.2.2"
HotSpot VM (1.0.1, mixed mode, build f)
I would like 'getPid()' method to added to the 'Process' class. This will allow
me to write a native 'kill()' method so that a C/C++ subprocess invoked by one
of the 'Runtime.exec()' methods could be shutdown cleanly rather than having to
destroy it.
(Review ID: 104114)
======================================================================
java version "1.2.2"
HotSpot VM (1.0.1, mixed mode, build f)
I would like 'getPid()' method to added to the 'Process' class. This will allow
me to write a native 'kill()' method so that a C/C++ subprocess invoked by one
of the 'Runtime.exec()' methods could be shutdown cleanly rather than having to
destroy it.
(Review ID: 104114)
======================================================================
- duplicates
-
JDK-4686280 Process.destroy() method behavior is not guarnateed on Unixes
- Closed
- relates to
-
JDK-8056139 (process) Process::destroy should be graceful on Windows
- Open
-
JDK-8077350 JEP 102 Process API Updates Implementation
- Resolved
-
JDK-8046092 JEP 102: Process API Updates
- Closed