The Process.getPid method was renamed to Process.pid().
The jtreg TimeoutHandler method getProcessId(): line 150 can't find the getPid method and skips timeout handling.
SeeJDK-8178347
Example output:
Timeout information:
Could not find process id for the process that timed out.
Skipping timeout handling.
elapsed time (seconds): 120.067
----------configuration:(0/0)----------
----------System.out:(1/36)----------
Timeout signalled after 120 seconds
The jtreg TimeoutHandler method getProcessId(): line 150 can't find the getPid method and skips timeout handling.
See
Example output:
Timeout information:
Could not find process id for the process that timed out.
Skipping timeout handling.
elapsed time (seconds): 120.067
----------configuration:(0/0)----------
----------System.out:(1/36)----------
Timeout signalled after 120 seconds
- duplicates
-
CODETOOLS-7901992 No thread dump collected when test timeout
-
- Resolved
-
- relates to
-
CODETOOLS-7901992 No thread dump collected when test timeout
-
- Resolved
-
-
JDK-8178347 Process and ProcessHandle getPid method name inconsistency
-
- Closed
-