RFR: 8346193: CrashGCForDumpingJavaThread do not trigger expected crash build with clang17 [v6]
Amit Kumar
amitkumar at openjdk.org
Thu Jan 2 05:32:44 UTC 2025
On Thu, 2 Jan 2025 05:20:27 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove duplicate CrashGCForDumpingJavaThread check
>
> Looks good.
@kimbarrett just for my understanding,
Can't we do something like this:
if (CrashGCForDumpingJavaThread) {
raise(SIGSEGV);
}
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22757#issuecomment-2567300729
More information about the hotspot-dev
mailing list