Re: RFR: 8276849: Refresh the window icon on graphics configuration changes

2022-01-06 Thread Emmanuel Bourg
On Sun, 31 Oct 2021 08:21:58 GMT, Emmanuel Bourg wrote: > When a list of icons is set on a window, the most appropiate icon is selected > depending on the graphics configuration. But if the graphics configuration > changes (because the window is moved to a different screen, or because the > DP

Re: [jdk18] RFR: 8278472: Invalid value set to CANDIDATEFORM structure

2022-01-06 Thread Prasanta Sadhukhan
On Tue, 21 Dec 2021 15:18:40 GMT, Alexey Ivanov wrote: > According to the Windows API reference, `dwStyle` of > [`CANDIDATEFORM`](https://docs.microsoft.com/en-us/windows/win32/api/imm/ns-imm-candidateform) > structure should be set to `CFS_CANDIDATEPOS` or `CFS_EXCLUDE`. So, > `CFS_POINT` is

Re: RFR: 8276849: Refresh the window icon on graphics configuration changes

2022-01-06 Thread Aleksey Shipilev
On Sun, 31 Oct 2021 08:21:58 GMT, Emmanuel Bourg wrote: > When a list of icons is set on a window, the most appropiate icon is selected > depending on the graphics configuration. But if the graphics configuration > changes (because the window is moved to a different screen, or because the > DP

RFR: 8278232: [macos] Wrong chars emitted when entering certain char-sequence of Indic language

2022-01-06 Thread Prasanta Sadhukhan
Devanagiri script was not rendered properly in macos after JDK-8068283 due to incorporated check of utf16 string encoding should be more than 2 bytes is not satisfied. Additional check added in JDK-8132503 to ascertain if utf8 string encoding is complex or not was also not satisfied because of

Integrated: 4884570: StreamPrintService.isAttributeValueSupported does not work properly for SheetCollate

2022-01-06 Thread Phil Race
On Wed, 5 Jan 2022 02:05:29 GMT, Phil Race wrote: > This fixes a longstanding consistency issue where the Postscript > StreamPrintService would report SheetCollate.UNCOLLATED in a list of > supported values then report it was not supported under the same conditions. This pull request has now b

Withdrawn: 8273101: Eliminate the usage of threadgroup sandboxing in the java.util.logging

2022-01-06 Thread duke
On Wed, 1 Sep 2021 06:31:16 GMT, Sergey Bylokhov wrote: > At the time Java supported applets and webstart, a special mechanism for > launching various applications in one JVM was used to reduce memory usage and > each application was isolated from each other. > > This isolation was implemented