RFR: 8271395: Fixing crash at printing [v3]
Florian Kirmaier
fkirmaier at openjdk.org
Thu Jul 21 11:58:19 UTC 2022
> This PR switches the Thread to the QuantumRenderer, in the case the Disposer is called from another Thread - the printing Thread.
> I'm open for better solutions on how to fix this Issue.
> Initially i thought there is also a Race Condition in the resource pool, but a new one is created for the Printing Thread.
Florian Kirmaier has updated the pull request incrementally with one additional commit since the last revision:
JDK-8271395
changes based on codereview
We now catch Throwable instead of Exception
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/618/files
- new: https://git.openjdk.org/jfx/pull/618/files/0dc9ce1d..a41f41dd
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=618&range=02
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=618&range=01-02
Stats: 7 lines in 1 file changed: 4 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jfx/pull/618.diff
Fetch: git fetch https://git.openjdk.org/jfx pull/618/head:pull/618
PR: https://git.openjdk.org/jfx/pull/618
More information about the openjfx-dev
mailing list