JDK-6493637 : TCK-jnlp 1.5: jnlp_file/resources/j2se/index.html#vmArgs hang in some cases.
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 5.0u3
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-11-14
  • Updated: 2014-02-27
  • Resolved: 2006-12-14
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
5.0u11 b03Fixed
Related Reports
Relates :  
Description
See bug 6221549.
The original problem in 6221549 was fixed in both mustang and tiger.
Subsequently, and additional instance of this failure was found on certain fast amd64 processors running Solaris or Linux.
The cause of the second instance was exiting the JVM before the success reporting strings were outputed to the port being monitored by the TCK harnes.
This was fixed in mustang by adding additional Trace.flush(); ststement to the end of Main.tckprintln().

Comments
EVALUATION See description.
14-11-2006

SUGGESTED FIX the fix in mustang is : http://web-east.east/www/webrevs/andy/1.6.0/6221549/
14-11-2006