RFR: 8298128: runtime/ErrorHandling/TestSigInfoInHsErrFile.java fails to find pattern with slowdebug [v2]
Afshin Zafari
duke at openjdk.org
Tue Jan 10 11:57:23 UTC 2023
On Sun, 18 Dec 2022 21:44:27 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8298128: runtime/ErrorHandling/TestSigInfoInHsErrFile.java fails to find pattern with slowdebug
>
> src/hotspot/share/utilities/vmError.cpp line 1806:
>
>> 1804: // Crash with an authentic sigfpe
>> 1805: volatile int sigfpe_int = 0;
>> 1806: static void NOINLINE crash_with_sigfpe() {
>
> Did you consider ALWAYSINLINE instead so the tests could be left unchanged?
Used the ALWAYINLINE and tested for tier1-5.
-------------
PR: https://git.openjdk.org/jdk/pull/11704
More information about the hotspot-dev
mailing list