JDK-6885564 : mvm: the warning message of incompatible option gets printed twice
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-09-24
  • Updated: 2016-09-16
  • Resolved: 2009-09-25
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.
Other
hs12 teamFixed
Related Reports
Relates :  
Description
Due to the fact that the current java launcher needs to fork and exec itself in order to set the LD_LIBRARY_PATH correctly, some of the Mtask related message gets printed twice. This is unexpected and needs to be fixed.

Comments
EVALUATION The reason of why the error message such as "incompatible options are detected" is printed twice is due to the fact described in the "Description" section. The fix is to store the error message somewhere and pass it to the caller so that it can determine when to print.
24-09-2009