Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8151179 address issues raised by JCK team on JEP 274 API
  3. JDK-8156065

MethodHandles.countedLoop() creates wrong resulting method handle type

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Cannot Reproduce
    • Icon: P3 P3
    • None
    • None
    • core-libs

      MethodHandles.countedLoop(MH, MH, MH, MH) creates method handle with wrong return type, e.g.
      start=()int
      end=()int
      init=null
      body=(int)String
      Should result with void method handle (according to countedLoop documentation and generic loop documentation both).
      Expected result ()void, actual ()String.

      The same situation occurred with MethodHandles.countedLoop(MH, MH, MH) and MethodHandles.iteratedLoop(...).

      Example for iteratedLoop - Failures1.java
      Example for countedLoop(...) - Failures0.java
      Found on jdk9_b116, tests are under development

        1. Failures0.java
          2 kB
          Anastasiya Solodkaya
        2. Failures1.java
          4 kB
          Anastasiya Solodkaya

            mhaupt Michael Haupt
            asolodkaya Anastasiya Solodkaya (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: