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

java/lang/String/StringRepeat.java test is missing a memory requirement

XMLWordPrintable

    • b19
    • generic
    • generic

        The test case java/lang/String/StringRepeat.java is missing a memory requirement, which makes the test case fail on memory constrained devices.

        As mentioned in JDK-8221400, the test case requires up to 1400M, depending on the VM configuration.

        This can be tested on a linux based development machine using:
        $ systemd-run --user --scope -p MemoryMax=800M -p MemorySwapMax=0 /usr/bin/make TEST="test/jdk/java/lang/String/StringRepeat.java" run-test

              cgo Christoph Göttschkes (Inactive)
              cgo Christoph Göttschkes (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: