RFR: 8268296: ScopedMemoryAccess build error with readonly filesystems

2021-06-06 Thread Liam Miller-Cushon
This change fixes a build error during the generation of `ScopedMemoryAccess.java` when the sources are readonly, by using `cat a > b` instead of `cp a b` to avoid propagating the permissions to the generated source. - Commit messages: - 8268296: ScopedMemoryAccess build error wit

Integrated: 8268296: ScopedMemoryAccess build error with readonly filesystems

2021-06-07 Thread Liam Miller-Cushon
On Sun, 6 Jun 2021 20:09:32 GMT, Liam Miller-Cushon wrote: > This change fixes a build error during the generation of > `ScopedMemoryAccess.java` when the sources are readonly, by using `cat a > b` > instead of `cp a b` to avoid propagating the permissions to the generated >

RFR: 8274169: HotSpot Style Guide has stale link to chromium style guide

2021-09-22 Thread Liam Miller-Cushon
Update links to the chromium style guide in the HotSpot Style Guide. - Commit messages: - 8274169: HotSpot Style Guide has stale link to chromium style guide Changes: https://git.openjdk.java.net/jdk/pull/5641/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5641&range=0

Integrated: 8274169: HotSpot Style Guide has stale link to chromium style guide

2021-09-23 Thread Liam Miller-Cushon
On Wed, 22 Sep 2021 20:48:11 GMT, Liam Miller-Cushon wrote: > Update links to the chromium style guide in the HotSpot Style Guide. This pull request has now been integrated. Changeset: 1b7f4b7d Author: Liam Miller-Cushon URL: https://git.openjdk.java.net/jdk/com

RFR: 8280182: HotSpot Style Guide has stale link to chromium style guide

2022-01-18 Thread Liam Miller-Cushon
Update links to the chromium style guide in the HotSpot Style Guide. - Commit messages: - 8280182: HotSpot Style Guide has stale link to chromium style guide Changes: https://git.openjdk.java.net/jdk/pull/7138/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7138&range=0

Integrated: 8280182: HotSpot Style Guide has stale link to chromium style guide

2022-01-19 Thread Liam Miller-Cushon
On Tue, 18 Jan 2022 23:09:12 GMT, Liam Miller-Cushon wrote: > Update links to the chromium style guide in the HotSpot Style Guide. This pull request has now been integrated. Changeset: dac15efc Author: Liam Miller-Cushon URL: https://git.openjdk.java.net/jdk/com