On Tue, 28 Oct 2025 17:53:31 GMT, Mat Carter <[email protected]> wrote:
>> src/jdk.management/share/classes/jdk/management/HotSpotAOTCacheMXBean.java
>> line 107:
>>
>>> 105: *
>>> 106: * @return {@code true} if a recording was in progress and has
>>> been ended successfully; {@code false} otherwise.
>>> 107: */
>>
>> There are issues in the javadoc that will cause the docs target to fail,
>> e.g. mismatched blockquote. Can you fix these up so that we can generate
>> the docs from the changes in the PR?
>
> Is there an easy way to test the correctness of the javadoc parts (I couldn't
> find an option for javadoc). The </blockquote \>above is matched to a
> <blockquote\> on line 88, but there is a <pre\></pre\> pair in between, is
> that the issue you are referring to?
`make docs`. The second blockquote is matched with another blockquote, not
`</blockquote>`. In the example, which can be converted to a snippet, then then
braces not matched so the end brace for `{@code ... }` get mixed up.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28010#discussion_r2470543888