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

StdLibTest fails to create an empty VaList on Windows

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • repo-panama
    • tools

      On Windows, a VaList is implemented by a pointer to a backing memory segment that holds all the arguments.

      In case of an empty VaList the implementation tries to allocate an empty MemorySegment, which we currently disallow by throwing an exception. This causes several test failures in StdLibTest.

            jvernee Jorn Vernee
            jvernee Jorn Vernee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: