You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (Jira)" <ji...@apache.org> on 2022/03/29 23:37:00 UTC

[jira] [Created] (GEODE-10197) OutOfMemoryDUnitTest fails on java 17 because CMSInitiatingOccupancyFraction no longer exists

Darrel Schneider created GEODE-10197:
----------------------------------------

             Summary: OutOfMemoryDUnitTest fails on java 17 because CMSInitiatingOccupancyFraction no longer exists
                 Key: GEODE-10197
                 URL: https://issues.apache.org/jira/browse/GEODE-10197
             Project: Geode
          Issue Type: Bug
          Components: tests
            Reporter: Darrel Schneider


This test is explicitly adding CMSInitiatingOccupancyFraction but cms has been removed in later java releases.
OutOfMemoryDUnitTest > initializationError FAILED
    org.gradle.internal.exceptions.DefaultMultiCauseException: Multiple Failures (2 failures)
    	org.opentest4j.AssertionFailedError: [The Cache Server process terminated unexpectedly with exit status 1. 
    Unrecognized VM option 'CMSInitiatingOccupancyFraction=45'

    Error: Could not create the Java Virtual Machine.

    Error: A fatal exception has occurred. Program will exit.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)