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

Initial young size is smaller than minimum young size

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • hs25
    • None
    • hotspot
    • gc
    • b59

        The test TestMaxNewSize fails with assert:
        assert(_min_gen0_size <= _initial_gen0_size) failed: Ergonomics decided on incompatible minimum and initial young gen sizes

        Reproduces (at least) on 32-bit linux with:
        java -XX:+UseSerialGC -Xmx128M -XX:OldSize=96M -XX:+PrintFlagsFinal -version

              jwilhelm Jesper Wilhelmsson
              jwilhelm Jesper Wilhelmsson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: