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

runtime/jni/checked/TestCheckedReleaseArrayElements.java fails with stderr not empty

XMLWordPrintable

    • 17
    • b05

        ----------System.err:(25/1261)----------
         stdout: [Array before: [0, 0, 0, 0, 0, 0, 0, 0, 0]
        Array during: [0, 1, 2, 0, 0, 0, 0, 0, 0]
        Array during: [0, 1, 2, 3, 4, 5, 0, 0, 0]
        Array during: [0, 1, 2, 3, 4, 5, 6, 7, 8]
        Array after: [0, 1, 2, 3, 4, 5, 6, 7, 8]
        ];
         stderr: [java version "17-ea" 2021-09-14 LTS
        Java(TM) SE Runtime Environment (fastdebug build 17-ea+5-LTS-200)
        Java HotSpot(TM) 64-Bit Server VM (fastdebug build 17-ea+5-LTS-200, mixed mode)
        ]
         exitValue = 0

        java.lang.RuntimeException: stderr was not empty
        at jdk.test.lib.process.OutputAnalyzer.stderrShouldBeEmpty(OutputAnalyzer.java:132)
        at TestCheckedReleaseArrayElements.main(TestCheckedReleaseArrayElements.java:52)

              dholmes David Holmes
              dholmes David Holmes
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: