JDK-8065783 : DCMD parser fails to recognize one character argument when it's positioned last
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 7,8,9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-11-24
  • Updated: 2023-11-28
  • Resolved: 2014-11-30
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 8 JDK 9
8u411Fixed 9 b43Fixed
Related Reports
Blocks :  
Description
DCMD parser incorrectly ignores the last character in the argument list line when it comprises a one character argument.

Eg. having `IntegerFlag 1` parsed would ignore '1' completely.
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/b7b6b8b43778 User: lana Date: 2014-12-17 21:52:43 +0000
17-12-2014

URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/b7b6b8b43778 User: jbachorik Date: 2014-11-30 18:41:16 +0000
30-11-2014

Review thread: http://mail.openjdk.java.net/pipermail/serviceability-dev/2014-November/016043.html
26-11-2014