On Solaris /proc/psinfo does not provide easy access to the command arguments.
The number and address of the arguments is provided but in the address space of the target process. Opening and reading from the process may be possible using /proc/<pid>/as.
The number and address of the arguments is provided but in the address space of the target process. Opening and reading from the process may be possible using /proc/<pid>/as.
- relates to
-
JDK-8136597 java/lang/ProcessHandle/InfoTest.java fails: commandLine() should at least contain 'java'
-
- Closed
-