JDK-8282774 : Test cases needed for VM options of the double type
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2022-03-08
  • Updated: 2023-01-09
  • Resolved: 2023-01-09
Related Reports
Relates :  
Description
JDK-8282773 adds test cases for VM options that have numeric types, but we are still missing test cases where a fractional part is specified for a double value. E.g., -XX:TestFlagFor+_double=1.234

These test cases aren't very important since the VM just calls strtod() without doing any further processing, so we would essentially be testing strtod in the C library.
Comments
Runtime Triage: This is not on our current list of priorities. We will consider this feature if we receive additional customer requirements.
09-01-2023