RFR: 8292695: SIGQUIT and jcmd attaching mechanism does not work with signal chaining library [v3]
Man Cao
manc at openjdk.org
Fri Sep 9 08:33:00 UTC 2022
On Thu, 8 Sep 2022 10:28:54 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Man Cao has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Move jdk_misc_signal_init() earlier and clarify its comment
>
> test/hotspot/jtreg/runtime/Thread/TestBreakSignalThreadDump.java line 62:
>
>> 60: public static void main(String[] argv) throws Exception {
>> 61: ProcessUtils.sendCtrlBreak();
>> 62: System.out.println("Done!");
>
> Maybe don't finish right away but wait a second or two, for dispatcher thread on slow systems to catch up.
Done.
-------------
PR: https://git.openjdk.org/jdk/pull/9955
More information about the hotspot-runtime-dev
mailing list