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

Initial buffer size of StackWalker is too small caused by JDK-8285447

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 22
    • 22
    • core-libs
    • b17

      JDK-8285447 intends to change the initial batch size only for a stack walker with an estimated stack depth. For stack walkers without user-supplied estimated stack depth, the initial batch size is changed to 3 but it intends to stay with the original SMALL_BATCH value. It will need to fetch the second batch after walking 2 frames versus 7 frames before JDK-8285447.

            mchung Mandy Chung
            mchung Mandy Chung
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: