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.

To download the current JDK release, click here.
JDK 6 JDK 7
6u10Fixed 7 b13Fixed
Description
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"

Comments
SUGGESTED FIX See description.
01-05-2007

EVALUATION See description
01-05-2007