Re: [jdk17] RFR: 8269269: [macos11] SystemIconTest fails with ClassCastException [v3]

2021-07-02 Thread Sergey Bylokhov
On Thu, 1 Jul 2021 21:15:45 GMT, Alexander Zuev wrote: > so under some circumstances and it is within spec to return single resolution > icon Under what circumstances? Above we found a code path that may incorrectly return the non-MRI images. Do we have some other similar places?

[jdk17] Integrated: 8268775: Password is being converted to String in AccessibleJPasswordField

2021-07-02 Thread Alexander Zuev
On Wed, 23 Jun 2021 17:20:27 GMT, Alexander Zuev wrote: > 8268775: Password is being converted to String in AccessibleJPasswordField This pull request has now been integrated. Changeset: 97e0e9e7 Author:Alexander Zuev URL:

Re: [jdk17] RFR: 8268775: Password is being converted to String in AccessibleJPasswordField [v2]

2021-07-02 Thread Phil Race
On Wed, 30 Jun 2021 14:58:28 GMT, Alexander Zuev wrote: >> 8268775: Password is being converted to String in AccessibleJPasswordField > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: > > Use getDocumnt().getLength() instead