RFR: JDK-8313781: Add regression tests for large page logging and user-facing error messages [v4]

Thomas Stuefe stuefe at openjdk.org
Tue Aug 22 09:03:32 UTC 2023


On Thu, 17 Aug 2023 14:40:55 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.
>
> Thomas Stuefe has updated the pull request incrementally with three additional commits since the last revision:
> 
>  - Stefans suggestion
>    
>    Co-authored-by: Stefan Johansson <54407259+kstefanj at users.noreply.github.com>
>  - Stefans suggestion
>    
>    Co-authored-by: Stefan Johansson <54407259+kstefanj at users.noreply.github.com>
>  - Stefans suggestion
>    
>    Co-authored-by: Stefan Johansson <54407259+kstefanj at users.noreply.github.com>

Friendly ping

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

PR Comment: https://git.openjdk.org/jdk/pull/15159#issuecomment-1687772520


More information about the hotspot-runtime-dev mailing list