Fix unnecessary uses of {@docRoot} in serviceability APIs

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: core-svc

        Now that we generate a single unified docs bundle, instead of lots of smaller ones, we no longer need {@docRoot}/.. to link between the bundles.

        [Aside: we didn't need them before: -link would have been a better solution!]

        There are a few such references that can be replaced by using @see and {@link}.

        Module -- Target of link using {@docRoot}

        jdk.jconsole -- api/java/util/ServiceLoader.html
        jdk.jdi -- api/java/lang/ThreadGroup.html
        jdk.management -- api/java/lang/management/ManagementFactory.html#getPlatformMBeanServer()
        jdk.management -- api/java/lang/management/package-summary.html
        jdk.management -- api/javax/management/MBeanInfo.html#info-changed

              Assignee:
              Jonathan Gibbons
              Reporter:
              Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: