JDK-6466348 : Fix warning messages in builds
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: linux
  • CPU: generic
  • Submitted: 2006-08-31
  • 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
6u2Fixed 7 b05Fixed
Description
Warning messages when building the debugger backend need to be fixed.

Comments
SUGGESTED FIX ######### (cd . && sccs diffs util.c) ------- util.c ------- 2213c2213,2214 < --- > default: > break; 2606a2608 > error = JVMTI_ERROR_NONE;
05-09-2006

EVALUATION Add default to switch statement, initialize error code variable
05-09-2006