Previously, Graal failed to build a native image as DataSize was unintentionally initialized at build time. This commit workarounds the faulty assumption by flagging it as safe to initialize at build-time. Closes gh-28328
Previously, Graal failed to build a native image as DataSize was unintentionally initialized at build time. This commit workarounds the faulty assumption by flagging it as safe to initialize at build-time. Closes gh-28328