RFR: JDK-8313781: Add regression tests for large page logging and user-facing error messages
Thomas Stuefe
stuefe at openjdk.org
Thu Aug 10 05:21:28 UTC 2023
On Fri, 4 Aug 2023 14:33:02 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> In preparation for the UseSHM removal (https://bugs.openjdk.org/browse/JDK-8310841) I'd like more regression tests.
>
> The new test basically checks the behavior of the JVM when confronted with different variations of:
> - OS capabilities
> - JVM settings.
>
> For example: If the JVM is started with -XX:+UseLargePages, but on the OS side there are no huge pages configured, or the kernel does not even support hugepages, the JVM should disable large pages and issue a warning.
Any takers?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15159#issuecomment-1672557510
More information about the hotspot-runtime-dev
mailing list