JDK-8214750 : Unnecessary

tags in jfr classes

  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-12-04
  • Updated: 2020-04-27
  • Resolved: 2018-12-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12 JDK 13 Other
11.0.6Fixed 12 b24Fixed 13Fixed openjdk8u262Fixed
Related Reports
Duplicate :  
Relates :  
Description
doccheck reports:

build/linux-x86_64-server-release/images/docs/api/jdk.jfr/jdk/jfr/package-summary.html:171:2: Warning: trimming empty <p>

build/linux-x86_64-server-release/images/docs/api/jdk.management.jfr/jdk/management/jfr/FlightRecorderMXBean.html:984:2: Warning: trimming empty <p>

The first is caused by <p> before <table>:
open/src/jdk.jfr/share/classes/jdk/jfr/package-info.java:108

 * <b>Predefined settings</b>
 * <p>
 * <table class="striped">

The second is caused by <p> before </div> in the generated file, caused by <p> at the end of a description, and before @param in the source file:
open/src/jdk.management.jfr/share/classes/jdk/management/jfr/FlightRecorderMXBean.java:520:


     * A list of available event names is retrieved by invoking
     * {@link jdk.jfr.FlightRecorder#getEventTypes()} and
     * {@link jdk.jfr.EventType#getName()}. A list of available settings for an
     * event type is obtained by invoking
     * {@link jdk.jfr.EventType#getSettingDescriptors()} and
     * {@link jdk.jfr.ValueDescriptor#getName()}.
     * <p>
     *
     * @param recordingId ID of the recording


Comments
Replacing jdk8u-fix-request with link to JDK-8239140
17-02-2020

RFC: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-January/011063.html
30-01-2020

I think we rather shouldn't backport such "whitespace" changes... maybe unless they seem necessary to avoid conflicts with further backports. But since you took the effort, I'm approving it.
18-09-2019

Fix Request This patch applies cleanly to 11u.
18-09-2019