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

[TESTBUG] gc/metaspace/TestSizeTransitions.java fails on 32-bit platforms

XMLWordPrintable

    • gc
    • b08

        UseCompressedOops is not defined on those platforms, and therefore test fails with:

        STDERR:
         stdout: [];
         stderr: [Unrecognized VM option 'UseCompressedOops'
        Did you mean '(+/-)CheckCompressedOops'? Error: Could not create the Java Virtual Machine.
        Error: A fatal exception has occurred. Program will exit.
        ]
         exitValue = 1

        We could supply -XX:+IgnoreUnrecognizedVMOptions to the test configurations, but test itself needs to switch the regexp it uses to match the output. Needs a bit more work.

              shade Aleksey Shipilev
              shade Aleksey Shipilev
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: