Re: RFR: 8354334: Remove @ValueBased from ProcessHandle

2025-05-01 Thread Chen Liang
On Thu, 1 May 2025 13:36:13 GMT, Roger Riggs wrote: > Remove internal ValueBased annotation from the ProcessHandle interface > declaration. > The implementation remains value based as described in the javadoc. > Remove unnecessary "public" keyword in interfaces and cleanup javadoc. Good cleanu

RFR: 8354334: Remove @ValueBased from ProcessHandle

2025-05-01 Thread Roger Riggs
Remove internal ValueBased annotation from the ProcessHandle interface declaration. The implementation remains value based as described in the javadoc. Remove unnecessary "public" keyword in interfaces and cleanup javadoc. - Commit messages: - 8354334: Remove @ValueBased from Proce