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

Heap decommit failed in TestShrinkAuxiliaryData tests

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • gc
    • b66

        The same error in all tests on multiple platforms (the numbers vary slightly). No changes has been made to the test lately. Smells like a VM issue.

        Exception in thread "main" java.lang.RuntimeException: heap decommit failed - full > free: 4294967296 > 2147483648 (assert failed: 4294967296 <= 2147483648)
        at com.oracle.java.testlibrary.Asserts.error(Asserts.java:444)
        at com.oracle.java.testlibrary.Asserts.assertTrue(Asserts.java:371)
        at com.oracle.java.testlibrary.Asserts.assertLessThanOrEqual(Asserts.java:122)
        at TestShrinkAuxiliaryData$ShrinkAuxiliaryDataTest.test(TestShrinkAuxiliaryData.java:254)
        at TestShrinkAuxiliaryData$ShrinkAuxiliaryDataTest.main(TestShrinkAuxiliaryData.java:162)

              ecaspole Eric Caspole
              jwilhelm Jesper Wilhelmsson
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: