On Mon, 29 Jan 2024 09:09:40 GMT, Karthik P K <k...@openjdk.org> wrote:
>> Laurent Bourgès has updated the pull request incrementally with one >> additional commit since the last revision: >> >> fixed test package > > modules/javafx.graphics/src/main/java/com/sun/marlin/ArrayCacheDouble.java > line 168: > >> 166: if (DO_CLEAN_DIRTY && (toIndex != 0)) { >> 167: // clean-up array of dirty part[fromIndex; toIndex[ >> 168: fill(array, fromIndex, toIndex, /*(double)*/ 0.0); > > Do you think /*(double)*/ will be helpful? In my opinion, it is not required. @bourgesl are planning to remove these comments? Wanted to check since the comment was resolved without change. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1348#discussion_r1479636490