Code Review for 6889302

Prepared by:never on Wed Oct 7 14:23:41 PDT 2009
Workspace:/net/smite.sfbay/export/ws/baseline
Compare against: ssh://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Summary of changes: 9 lines changed: 3 ins; 0 del; 6 mod; 660 unchg
Patch of changes: 6889302.patch
Author comments:
The printing code for TraceExceptions doesn't include the detail
message which makes it a little hard to understand why the exceptions
are being thrown. We should include the detail message in the output.
I don't go digging for the detail message, I'm simply printing out the
string when it's available. For example, this means for that
ClassNotFoundException exceptions printed by TraceExceptions will
include the class name which I've found useful when debugging other
issues.

Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/utilities/exceptions.hpp

1 line changed: 0 ins; 0 del; 1 mod; 277 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/utilities/exceptions.cpp

8 lines changed: 3 ins; 0 del; 5 mod; 383 unchg

This code review page was prepared using /never/bin/webrev (vers 23.18-hg-never).