FULL PRODUCT VERSION :
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Windows Vista Business x64 Service Pack 2
A DESCRIPTION OF THE PROBLEM :
From the Java Console, you can press "s" to "dump system and deployment properties". However, this is longer of any good use in 6u14, since this output is cut off in the middle like this:
deployment.version = 6.0
java.quick.star
Trace message truncated for length over 10K
Dumping the full system and deployment properties is a very convenient way of troubleshooting misc. things, but due to this change, it's hard to use this feature for anything now, since there doesn't seem to be any way to get the full list anymore.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Open any web page with an applet. Open the Java Console. Press "s" in the console, and you will see the truncated output.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
In 6u13 and earlier, pressing "s" in the console would give you the full list of system and deployment properties. This no happens in 6u14.
ACTUAL -
See "description" for details
REPRODUCIBILITY :
This bug can be reproduced always.
Release Regression From : 6u13
The above release value was the last known release where this
bug was not reproducible. Since then there has been a regression.
webrev: http://sa.sfbay.sun.com/projects/deployment_data/6u17/6850604.0
testcase: http://web-east.east/www/tests/1.6.0_17/6850604/
risk: low
reviewers: Andy.Herrick, Hao.Dong, Jitender.Singh