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

Fix ceiling calculation in ObjectSynchronizer::is_async_deflation_needed()

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • hotspot

      The division by zero error that caused the crash in ObjectSynchronizer::is_async_deflation_needed() was fixed in JDK-8332506. However it was only the urgent problem (division by zero) that was fixed. The "real" problem, which is the math behind the calculation of the ceiling value is still weird, i.e. not fixed. This RFE should track suggestions as to how the calculation should be done in a proper way.

            fbredberg Fredrik Bredberg
            fbredberg Fredrik Bredberg
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: