Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8326718

Test java/util/Formatter/Padding.java should timeout on large inputs before fix in JDK-8299677

    XMLWordPrintable

Details

    • b13
    • generic
    • generic

    Backports

      Description

        Test was implemented as part of JDK-8299677 to fix issue with Formatter.format taking a long time (tens of minutes) with very large floating points such as

        String s = String.format("%09000000d", 2);

        The test currently only checks for the correct output and should be updated to test that the bug in JDK-8299677 was fixed

        Attachments

          Issue Links

            Activity

              People

                crakoczy Chad Rakoczy
                crakoczy Chad Rakoczy
                Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: