RFR: 8311538: CDS InternSharedString test fails on huge pages host - cannot find shared string

Thomas Stuefe stuefe at openjdk.org
Tue Oct 17 17:36:49 UTC 2023


On Mon, 16 Oct 2023 20:13:28 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> The test InternSharedString.java fails when using large pages due to the lack of CDS support for this option. The test will no longer run if `UseLargePages` is enabled.
>
> LGTM.

@iklam we don't support CDS when UseLargePages are enabled? Why? Or is this just using shared heap objects?

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

PR Comment: https://git.openjdk.org/jdk/pull/16192#issuecomment-1766868797


More information about the hotspot-runtime-dev mailing list