JDK-2130025 : Auto regression testcases(sun/tools/jps/jps-*.sh) is failing.
  • Type: Backport
  • Backport of: JDK-6321281
  • Component: core-svc
  • Sub-Component: tools
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2005-09-22
  • Updated: 2010-12-04
  • Resolved: 2005-10-13
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
1.4.2_10 b03Fixed
Description
Backport from mustang missed:
 src/share/vm/runtime/arguments.cpp
  ------- arguments.cpp -------
1232c1232,1233
<         !match_option(option, "-Dsun.java.command", &tail)) { 
---
>         !match_option(option, "-Dsun.java.command", &tail) &&
>         !match_option(option, "-Dsun.java.launcher", &tail)) {

Comments
EVALUATION See Description
22-09-2005