JDK-6551932 : ShellScaffold.sh doesn't look for current VM error strings
Type:Bug
Component:core-svc
Sub-Component:debugger
Affected Version:6
Priority:P4
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2007-05-01
Updated:2011-03-08
Resolved:2011-03-08
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.
It does this:
debuggeeFailIfPresent "An unexpected exception"
debuggeeFailIfPresent "Internal exception"
It should do this to see failures in current VMs:
debuggeeFailIfPresent "An unexpected error"
debuggeeFailIfPresent "Internal error"