[jfx21u] RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-12-01 Thread Kevin Rushforth
Clean backport to jfx21u. This backport was already requested and approved in JBS. - Commit messages: - Backport b80ec391cbba72d84b4b862b3f1b8db2ff8eb6e2 Changes: https://git.openjdk.org/jfx21u/pull/37/files Webrev: https://webrevs.openjdk.org/?repo=jfx21u=37=00 Issue:

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash [v2]

2023-11-29 Thread mintykat
On Mon, 27 Nov 2023 20:22:40 GMT, Thorsten Fischer wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash [v2]

2023-11-29 Thread Johan Vos
On Mon, 27 Nov 2023 20:22:40 GMT, Thorsten Fischer wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash [v2]

2023-11-29 Thread mintykat
On Mon, 27 Nov 2023 20:22:40 GMT, Thorsten Fischer wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash [v2]

2023-11-29 Thread Kevin Rushforth
On Mon, 27 Nov 2023 20:22:40 GMT, Thorsten Fischer wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash [v2]

2023-11-29 Thread mintykat
On Mon, 27 Nov 2023 20:22:40 GMT, Thorsten Fischer wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-11-28 Thread Ambarish Rapte
On Mon, 27 Nov 2023 19:57:30 GMT, Thorsten Fischer wrote: >> I have put this in D3DContext.java (as per customer suggestion). Just >> wondering if I should just reinitialize directly and not wait loop: in >> testLostStateAndReset in D3DContext.java (D3DERR_DEVICEREMOVED is handled >> further

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash [v2]

2023-11-28 Thread Kevin Rushforth
On Mon, 27 Nov 2023 20:22:40 GMT, Thorsten Fischer wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash [v2]

2023-11-28 Thread Kevin Rushforth
On Mon, 27 Nov 2023 20:22:40 GMT, Thorsten Fischer wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash [v2]

2023-11-27 Thread mintykat
On Mon, 27 Nov 2023 20:22:40 GMT, Thorsten Fischer wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash [v2]

2023-11-27 Thread mintykat
On Mon, 27 Nov 2023 20:22:40 GMT, Thorsten Fischer wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash [v2]

2023-11-27 Thread Michael Strauß
On Mon, 27 Nov 2023 20:22:40 GMT, Thorsten Fischer wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash [v2]

2023-11-27 Thread Thorsten Fischer
> Hi, > > I did open the bug report. Some notes to this PR: > > My colleagues and I are able to reproduce this bug regularly, even though it > takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows > up. We are currently evaluating two versions of fixes, but until now we do

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-11-27 Thread Thorsten Fischer
On Mon, 27 Nov 2023 15:00:30 GMT, mintykat wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We are

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-11-27 Thread Thorsten Fischer
On Wed, 22 Nov 2023 20:44:58 GMT, Marius Hanl wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We are

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-11-27 Thread mintykat
On Sat, 5 Aug 2023 12:28:16 GMT, Thorsten Fischer wrote: > Hi, > > I did open the bug report. Some notes to this PR: > > My colleagues and I are able to reproduce this bug regularly, even though it > takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows > up. We are

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-11-24 Thread mintykat
On Sat, 5 Aug 2023 12:28:16 GMT, Thorsten Fischer wrote: > Hi, > > I did open the bug report. Some notes to this PR: > > My colleagues and I are able to reproduce this bug regularly, even though it > takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows > up. We are

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-11-22 Thread Marius Hanl
On Sat, 5 Aug 2023 12:28:16 GMT, Thorsten Fischer wrote: > Hi, > > I did open the bug report. Some notes to this PR: > > My colleagues and I are able to reproduce this bug regularly, even though it > takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows > up. We are

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-11-22 Thread mintykat
On Sat, 5 Aug 2023 12:28:16 GMT, Thorsten Fischer wrote: > Hi, > > I did open the bug report. Some notes to this PR: > > My colleagues and I are able to reproduce this bug regularly, even though it > takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows > up. We are

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-11-16 Thread Kevin Rushforth
On Tue, 7 Nov 2023 07:26:31 GMT, Michael Strauß wrote: > On a side note, I think we should remove the non-9Ex code paths from the D3D > pipeline. We're not supporting Windows XP, are we? This might be a good follow-up issue to file. We no longer support nor run on Windows XP (or Windows

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-11-16 Thread Kevin Rushforth
On Sat, 5 Aug 2023 12:28:16 GMT, Thorsten Fischer wrote: > Hi, > > I did open the bug report. Some notes to this PR: > > My colleagues and I are able to reproduce this bug regularly, even though it > takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows > up. We are

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-11-06 Thread Michael Strauß
On Sat, 5 Aug 2023 12:28:16 GMT, Thorsten Fischer wrote: > Hi, > > I did open the bug report. Some notes to this PR: > > My colleagues and I are able to reproduce this bug regularly, even though it > takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows > up. We are

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-10-01 Thread Thorsten Fischer
On Sat, 5 Aug 2023 13:36:23 GMT, Kevin Rushforth wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-10-01 Thread Thorsten Fischer
On Sat, 5 Aug 2023 12:28:16 GMT, Thorsten Fischer wrote: > Hi, > > I did open the bug report. Some notes to this PR: > > My colleagues and I are able to reproduce this bug regularly, even though it > takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows > up. We are

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-10-01 Thread Marius Hanl
On Sun, 3 Sep 2023 12:46:00 GMT, Thorsten Fischer wrote: > Our observations with current proposal ("Version 1"): When the error > occurred, the state did not go into D3D_OK again, but it stayed at > D3DERR_DEVICEHUNG. The D3DERR_DEVICEHUNG error message was printed over and > over (for > 1

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-10-01 Thread Marius Hanl
On Sat, 5 Aug 2023 12:28:16 GMT, Thorsten Fischer wrote: > Hi, > > I did open the bug report. Some notes to this PR: > > My colleagues and I are able to reproduce this bug regularly, even though it > takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows > up. We are

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-10-01 Thread Kevin Rushforth
On Sat, 5 Aug 2023 12:28:16 GMT, Thorsten Fischer wrote: > Hi, > > I did open the bug report. Some notes to this PR: > > My colleagues and I are able to reproduce this bug regularly, even though it > takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows > up. We are

Re: RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-10-01 Thread Thorsten Fischer
On Tue, 8 Aug 2023 17:54:03 GMT, Marius Hanl wrote: >> Hi, >> >> I did open the bug report. Some notes to this PR: >> >> My colleagues and I are able to reproduce this bug regularly, even though it >> takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows >> up. We are

RFR: 8313648: JavaFX application continues to show a black screen after graphic card driver crash

2023-10-01 Thread Thorsten Fischer
Hi, I did open the bug report. Some notes to this PR: My colleagues and I are able to reproduce this bug regularly, even though it takes sometimes up to 3 or 4 weeks until the D3DERR_DEVICEHUNG error shows up. We are currently evaluating two versions of fixes, but until now we do not have any