JDK-8014048 : Online user guide of jconsole points incorrect link
  • Type: Bug
  • Component: tools
  • Sub-Component: jconsole
  • Affected Version: 7u21
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_7
  • CPU: x86
  • Submitted: 2013-05-07
  • Updated: 2013-06-26
  • Resolved: 2013-05-23
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 7 JDK 8
7u40Fixed 8 b93Fixed
Description
Online user guide of jconsole points incorrect link.

REPRODUCE:
(1) run jconsole in windows(japanese)
(2) Select [help]-[Online user guide]

  - JDK6u45
    Expected :
      http://docs.oracle.com/javase/6/docs/technotes/guides/management/jconsole.html   
    Actual :
      http://www.oracle.com/technetwork/java/index.html

  - JDK7u21
    Expected :
    http://docs.oracle.com/javase/7/docs/technotes/guides/management/jconsole.html
    Actual :
    http://docs.oracle.com/javase/6/docs/technotes/guides/management/jconsole.html
    (This is for JDK6ux, not for JDK7ux)