| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8168539 | 8u152 | Johan Vos | P3 | Resolved | Fixed | b01 | 
                    In BaseContext.flushVertexBuffer, the call to maskTex.update passes the physical width (maskText.getPhysicalWidth()) as the scanline stride instead of the contentWidth. 
As a consequence, the call to BaseContext.checkUpdateParams may fail because there are not enough elements in the buffer (the physical width can be higher than the content width).
            
As a consequence, the call to BaseContext.checkUpdateParams may fail because there are not enough elements in the buffer (the physical width can be higher than the content width).
- backported by
- 
                    JDK-8168539 wrong width/height in texture update -           
- Resolved
 
-