Re: Crash during optimizing exploded image with my patch

2023-09-01 Thread erik . joelsson
Hello Chen Liang, The exploded image optimization step runs the newly built JDK (in the exploded image) to generate data for itself. This means that if you change something fundamental in the JDK core libraries or the JVM, that may cause crashes in this build step. To diagnose further, you can

Crash during optimizing exploded image with my patch

2023-08-31 Thread -
Hello, I am trying to create a patch [1] that optimizes forEach for immutable factory collections (from List/Set.of) to see how it compares with constant-folded random access. However, this patch somehow tampers with exploded image optimization and modules during build, and I cannot build this patc