JDK-7154056 : Output of Java Console command 'v' in plugin log is truncated
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u31
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2012-03-15
  • Updated: 2012-03-28
  • Resolved: 2012-03-28
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
7u6Resolved
Related Reports
Duplicate :  
Relates :  
Description
The output of the Java Console command 'v' (dump thread stack) is truncated
for even most simple Java applets.

This request asks to remove or relieve the limitation for Java Console 
command 'v', just like to was done for 'System and deployment properties'
(command 's').

Comments
EVALUATION This REF has been implemented by various change in 7 releases. Buffer size has been raised to 1MB and the truncation algorithm has been improved. Marked as duplicate of last major change by CR 6926432.
28-03-2012

WORK AROUND use jvisualvm for full thread dump
15-03-2012