Re: [OpenJDK 2D-Dev] Java2D Queue Flusher crash

2020-03-12 Thread Philip Race
Note that JDK 14 GA's next Tuesday - 17th March 2020. Also the place to file bugs is https://bugreport.java.com/bugreport/ This list is the place to propose a source code fix for an existing bug. -phil. On 3/12/20, 9:09 AM, Sergey Bylokhov wrote: Hi, As a first step, I suggest updating JDK

Re: [OpenJDK 2D-Dev] Java2D Queue Flusher crash

2020-03-12 Thread Sergey Bylokhov
Hi, As a first step, I suggest updating JDK to jdk11.0.6 where[1] was fixed(or jdk14[2]) It was the biggest root cause of similar crashes. If it does not help then we will need some testcase or steps to reproduce the problem because the crash happens in the intel OGL driver when we simply call

[OpenJDK 2D-Dev] Java2D Queue Flusher crash

2020-03-12 Thread Kustaa Nyholm
Hi, not sure this is the right place. I looked for a place to file bugs or contribute to an existing bug report but did not find the place. Found a lot of old and newer bugs that looked a lot like this. It seems that Java2D Queue Flusher is a 'catch all' place to crash for various bugs elsewh