On Mon, 15 Jun 2026 04:06:11 GMT, Chen Liang <[email protected]> wrote:
> Introduce a `PathResolution` to `ExplodedImage` to remove a lot of ad-hoc > treatments of preview path discovery. Also some general comments and test > additions. > > One interesting thing is the mainline jimage is not mapping > `META-INF/preview/file` to `file` when preview is enabled; it does map > `META-INF/preview/dir/file` to `dir/file`. Don't know if this is intended; > exploded image performs the first mapping, which differs from jimage. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 4c1c4384 Author: Chen Liang <[email protected]> URL: https://git.openjdk.org/valhalla/commit/4c1c4384caec24b4f01441f7fe318e6cec2a8fcb Stats: 307 lines in 2 files changed: 145 ins; 82 del; 80 mod 8386627: [lworld] Cleanup ExplodedImage jrtfs support Reviewed-by: alanb, vromero, sherman ------------- PR: https://git.openjdk.org/valhalla/pull/2545
