Re: [Rev 03] RFR: 8241476: Linux build warnings issued on gcc 9

2020-04-10 Thread Kevin Rushforth
On Fri, 10 Apr 2020 19:00:25 GMT, Thiago Milczarek Sayao wrote: >> Simple fix to remove annoying warnings. > > Thiago Milczarek Sayao has updated the pull request incrementally with one > additional commit since the last revision: > > Gstreamer build Looks good. - Marked as re

Re: [Rev 49] RFR: 8236651: Simplify and update glass gtk backend

2020-04-10 Thread Thiago Milczarek Sayao
> ### Summary > * Simplify and update the Gtk glass backend, making Linux a first-class > OpenJFX platform. > > ### Goals > * Make Linux a first-class OpenJFX platform (see Motivation); > * Simplify the code and reduce it's size; > * Update to gtk3 (it was originally a port from gtk2); > * Remove

Re: [Rev 03] RFR: 8241476: Linux build warnings issued on gcc 9

2020-04-10 Thread Thiago Milczarek Sayao
> Simple fix to remove annoying warnings. Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision: Gstreamer build - Changes: - all: https://git.openjdk.java.net/jfx/pull/150/files - new: https://git.openjdk.java.ne

Re: [Rev 02] RFR: 8241476: Linux build warnings issued on gcc 9

2020-04-10 Thread Thiago Milczarek Sayao
On Wed, 8 Apr 2020 18:34:56 GMT, Kevin Rushforth wrote: >> Thiago Milczarek Sayao has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Sep cppFlags and cFlags > > The build changes in `linux.gradle` look good. I tested it, and all warnings >

Re: [Rev 01] RFR: 8223298: SVG patterns are drawn wrong

2020-04-10 Thread Guru Hb
On Wed, 8 Apr 2020 11:55:03 GMT, Arun Joseph wrote: >> Issue: Assuming the pixelScale is 2, the tile image size is doubled at the >> native side which is propagated to the java >> side as well. But, as transform initialization takes place after scaling, >> the transform is reset to default valu

Re: RFR: 8242209: Increase web native thread stack size for x86 mode

2020-04-10 Thread Guru Hb
On Mon, 6 Apr 2020 11:57:54 GMT, Arun Joseph wrote: > CLoop interpreter used in 32-bit Windows uses 87 KB of stack space each time > CLoop::execute() is called. For web native > threads which has a default stack size of 320 KB, a Stack Overflow Error is > raised just after two calls to execute(