On Wed, 5 Nov 2025 21:48:41 GMT, Mark Reinhold <[email protected]> wrote:
>> Mat Carter has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Updated test based on comments > > src/jdk.management/share/classes/jdk/management/HotSpotAOTCacheMXBean.java > line 78: > >> 76: * specification of the corresponding JVM command-line options, >> please refer >> 77: * to https://openjdk.org/jeps/483 and >> https://openjdk.org/jeps/514. >> 78: * > > Please don't use bare URLs. Change these to > > ... please refer to JEPs <a href="https://openjdk.org/jeps/483">483</a> and > <a href="https://openjdk.org/jeps/514">514</a>. fixed ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28010#discussion_r2558167839
