Re: RFR: 8295324: JavaFX: Blank pages when printing [v2]

2022-10-25 Thread eduardsdv
On Mon, 17 Oct 2022 07:12:00 GMT, eduardsdv wrote: >> This fixes a race condition between application and 'Print Job Thread' >> threads when printing. >> >> The race condition occurs when application thread calls `endJob()`, which in >> effect sets the `jobDone` flag to true, >> and when the

Re: RFR: 8295324: JavaFX: Blank pages when printing [v2]

2022-10-21 Thread eduardsdv
On Mon, 17 Oct 2022 07:12:00 GMT, eduardsdv wrote: >> This fixes a race condition between application and 'Print Job Thread' >> threads when printing. >> >> The race condition occurs when application thread calls `endJob()`, which in >> effect sets the `jobDone` flag to true, >> and when the

Re: RFR: 8295324: JavaFX: Blank pages when printing [v2]

2022-10-17 Thread eduardsdv
> This fixes a race condition between application and 'Print Job Thread' > threads when printing. > > The race condition occurs when application thread calls `endJob()`, which in > effect sets the `jobDone` flag to true, > and when the 'Print Job Thread' thread was in the `synchronized` block