Integrated: 8356597: AOT cache and CDS archive should not be created in read-only mode
Ioi Lam
iklam at openjdk.org
Sat May 10 15:18:57 UTC 2025
On Fri, 9 May 2025 06:20:47 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> For some unknown historical reasons, AOT caches and CDS archives have been created in read-only mode. This makes them hard to delete, causing problems when running tests that creates a lot of these files.
>
> Since all other JDK tools create binary files in read-write mode, AOT caches and CDS archives should do the same.
This pull request has now been integrated.
Changeset: 43696030
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/436960308cebe020549fcdbb4bcb12c90ce7aeb8
Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
8356597: AOT cache and CDS archive should not be created in read-only mode
Reviewed-by: shade, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/25137
More information about the hotspot-runtime-dev
mailing list