JDK-6447167 : Regression: Long strings on VM Summary tab are no longer wrapped
  • Type: Bug
  • Component: tools
  • Sub-Component: jconsole
  • Affected Version: 6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-07-10
  • Updated: 2010-07-29
  • Resolved: 2006-07-22
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 6
6 b93Fixed
Related Reports
Relates :  
Description
As of mustang b86, the long path strings at the bottom of the VM Summary tab are no longer wrapped to window width. This causes the entire right column on the display to be moved off-window and a horizontal scrollbar appears. This breaks the design of the VM Summary display and makes for very poor usability.

Comments
EVALUATION Probably caused by fix for 6306218. The new wrapping behavior in JEditorPane is not necessarily a bug, so we'll need to find a new solution for JConsole. The old code would break lines on arbitrary characters, but it's preferable to break on the pathSeparator character (of the remote operating system). This can be achieved by inserting a non-printing character or dummy tag before each separator in the paths.
10-07-2006