Re: RFR: 8330178: Clean up non-standard use of /** comments in `java.base`

2024-04-18 Thread Mark Powers
On Thu, 18 Apr 2024 20:44:00 GMT, Jonathan Gibbons wrote: > Please review a set of updates to clean up use of `/**` comments in the > vicinity of declarations. > > There are various categories of update: > > * "Box comments" beginning with `/**` > * Misplaced doc comments before package or

Re: RFR: JDK-8293412 Remove unnecessary java.security.egd overrides

2022-10-28 Thread Mark Powers
On Fri, 14 Oct 2022 21:49:07 GMT, Mark Powers wrote: > https://bugs.openjdk.org/browse/JDK-8293412 No failures were noticed during mach5 and jtreg testing. - PR: https://git.openjdk.org/jdk/pull/10716

RFR: JDK-8293412 Remove unnecessary java.security.egd overrides

2022-10-28 Thread Mark Powers
https://bugs.openjdk.org/browse/JDK-8293412 - Commit messages: - Merge - second iteration - Merge - first iteration Changes: https://git.openjdk.org/jdk/pull/10716/files Webrev: https://webrevs.openjdk.org/?repo=jdk=10716=00 Issue: https://bugs.openjdk.org/browse/JDK-8293412