Re: RFR: 8342868: Errors related to unused code on Windows after 8339120 in core libs [v2]

2025-02-25 Thread Julian Waters
On Thu, 31 Oct 2024 05:43:11 GMT, Julian Waters wrote: >> After 8339120, gcc began catching many different instances of unused code in >> the Windows specific codebase. Some of these seem to be bugs. I've taken the >> effort to mark out all the relevant globals and locals that trigger the >> u

Re: Suggestion needed to port the fix to JDK17 and JDK11S

2025-02-25 Thread Alan Bateman
On 25/02/2025 08:35, Shruthi . wrote: Hi Alan, Below is the response we got from the AIX team. ===>what happens if pthread_kill(thread, SGRTMAX-1) is called and the target thread is NOT in the read/write syscalls The expected behavior is thread will get interrupted and it will call the signal

Re: RFR: 8347348: Clarify that the HTTP server in jdk.httpserver module is not a full featured server [v3]

2025-02-25 Thread Michael McMahon
On Tue, 11 Feb 2025 12:00:34 GMT, Jaikiran Pai wrote: >> Can I please get a review of this doc-only change which clarifies the >> purpose of the HTTP server that's provided in the JDK's `jdk.httpserver` >> module? This should help avoid any confusion on the purpose of the server. > > Jaikiran P

Integrated: 8347348: Clarify that the HTTP server in jdk.httpserver module is not a full featured server

2025-02-25 Thread Jaikiran Pai
On Thu, 9 Jan 2025 13:06:55 GMT, Jaikiran Pai wrote: > Can I please get a review of this doc-only change which clarifies the purpose > of the HTTP server that's provided in the JDK's `jdk.httpserver` module? This > should help avoid any confusion on the purpose of the server. This pull request

Re: RFR: 8347348: Clarify that the HTTP server in jdk.httpserver module is not a full featured server [v3]

2025-02-25 Thread Jaikiran Pai
On Tue, 11 Feb 2025 12:00:34 GMT, Jaikiran Pai wrote: >> Can I please get a review of this doc-only change which clarifies the >> purpose of the HTTP server that's provided in the JDK's `jdk.httpserver` >> module? This should help avoid any confusion on the purpose of the server. > > Jaikiran P

RE: Suggestion needed to port the fix to JDK17 and JDK11S

2025-02-25 Thread Shruthi .
Hi Alan, Below is the response we got from the AIX team. ===>what happens if pthread_kill(thread, SGRTMAX-1) is called and the target thread is NOT in the read/write syscalls The expected behavior is thread will get interrupted and it will call the signal handler. in the case of this process it