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 import statements
> * Misplaced doc comments after the annotations for a declaration
> * Dangling `/**` comments relating to a group of declarations, separate from 
> the doc comments for each of those declarations
> * Use of `/**` for the legal header at or near the top of the file
> 
> In one case, two doc comments before a declaration were merged, which fixes a 
> bug/omission in the documented serialized form.

Should the copyright be updated?

-

PR Comment: https://git.openjdk.org/jdk/pull/18846#issuecomment-2065339389


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
  Stats: 31 lines in 10 files changed: 2 ins; 17 del; 12 mod
  Patch: https://git.openjdk.org/jdk/pull/10716.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10716/head:pull/10716

PR: https://git.openjdk.org/jdk/pull/10716