On Tue, 29 Aug 2023 15:55:13 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> perhaps the logging statements should be added (commented out) as a part of > this PR. I can do that - i usually refrained from doing so because code would look not very clean but basically the only way to tell that it goes trough the new code should be debug output - if behavior changes it should be considered as a potential bug (not always because if i see that the old behavior is incorrect i would not go out of my way to recreate the obviously flawed logic) but in general the idea is that new code should behave exactly the same as the old one. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1226#issuecomment-1698029071