On Fri, 12 Jul 2024 07:05:58 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
>> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> make variable TOOL_VM_OPTIONS to private > > test/jdk/tools/jlink/JLinkReproducibleTest.java line 41: > >> 39: public class JLinkReproducibleTest { >> 40: >> 41: static final String TOOL_VM_OPTIONS = >> System.getProperty("test.tool.vm.opts", ""); > > Nit - this can be made `private` Thanks for the review. The variable has made to private. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/19669#discussion_r1675445554