Integrated: 8268296: ScopedMemoryAccess build error with readonly filesystems
Liam Miller-Cushon
cushon at openjdk.java.net
Mon Jun 7 18:02:22 UTC 2021
On Sun, 6 Jun 2021 20:09:32 GMT, Liam Miller-Cushon <cushon at openjdk.org> 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 source.
This pull request has now been integrated.
Changeset: e546ae27
Author: Liam Miller-Cushon <cushon at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/e546ae27ffc6c19ae078a41ab6e1741a104958c1
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8268296: ScopedMemoryAccess build error with readonly filesystems
Reviewed-by: erikj
-------------
PR: https://git.openjdk.java.net/jdk/pull/4380
More information about the build-dev
mailing list