Re: RFR: 8150709: Mac OSX and German Keyboard Layout (Y/Z) [v5]

2022-01-02 Thread Martin Fox
On Mon, 20 Dec 2021 12:11:11 GMT, Johan Vos wrote: >> Martin Fox has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains five additional >> commits

Re: RFR: 8234921: Add DirectionalLight to the selection of 3D light types [v6]

2022-01-02 Thread Ambarish Rapte
On Mon, 20 Dec 2021 13:13:09 GMT, Nir Lisker wrote: >> Adds a directional light as a subclass of `LightBase`. I think that this is >> the correct hierarchy for it. >> >> I tried to simulate a directional light by putting a point light far away, >> but I got artifacts when the distance was

JDK-8088535 Memory Leak

2022-01-02 Thread Eric Bresie
Noticed a recent tweet (1) about an older memory leak issue (2) and was curious if with recent performance and memory changes if anyone can confirm if this is still an issue or if it has been resolved as part of the recent changes. There appears to be a test attached to the original issue. Eric