Re: RFR: 8320365: IPPPrintService.getAttributes() causes blanket re-initialisation [v2]

2023-12-06 Thread Phil Race
> Whilst reviewing the fix for https://bugs.openjdk.org/browse/JDK-7001133 I > realised that although the proposed > changes there may help, the problem would be inconsequential except that if > anything causes an app to > call PrintService.getAttributes() we will continually be re-initialising

Re: RFR: 8320365: IPPPrintService.getAttributes() causes blanket re-initialisation

2023-12-05 Thread Alexander Zvegintsev
On Mon, 20 Nov 2023 23:58:30 GMT, Phil Race wrote: > Whilst reviewing the fix for https://bugs.openjdk.org/browse/JDK-7001133 I > realised that although the proposed > changes there may help, the problem would be inconsequential except that if > anything causes an app to > call PrintService.get

Re: RFR: 8320365: IPPPrintService.getAttributes() causes blanket re-initialisation

2023-12-05 Thread Alexey Ivanov
On Mon, 20 Nov 2023 23:58:30 GMT, Phil Race wrote: > Whilst reviewing the fix for https://bugs.openjdk.org/browse/JDK-7001133 I > realised that although the proposed > changes there may help, the problem would be inconsequential except that if > anything causes an app to > call PrintService.get