[crac] RFR: Handle C/R in BasicImageReader (via reflection)

Anton Kozlov akozlov at openjdk.org
Wed Nov 15 18:37:08 UTC 2023


On Fri, 6 Oct 2023 13:14:43 GMT, Radim Vansa <rvansa at openjdk.org> wrote:

> Fixes checkpoint failure due to open FD to modules on x86 (the Java code behaves differently on 32bit and 64bt).

src/java.base/share/classes/jdk/internal/jimage/BasicImageReader.java line 109:

> 107:             channel = null;
> 108:         } else {
> 109:             channel = openFileChannel();

Could you avoid this refactoring to simplify future merges?

-------------

PR Review Comment: https://git.openjdk.org/crac/pull/124#discussion_r1394623760


More information about the crac-dev mailing list