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

Increase web native thread stack size for x86 mode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • jfx15
    • 8u231, jfx15
    • javafx
    • web
    • x86
    • windows

        CLoop interpreter used in 32-bit Windows uses 87 KB of stack space each time CLoop::execute() is called. For web native threads which has a default stack size of 320 KB, a Stack Overflow Error is raised just after two calls to execute() function. While 64-bit windows has a default stack size of 1 MB.

        Fix: Increase the thread stack size of web native threads for x86 to 1 MB.

              ajoseph Arun Joseph (Inactive)
              ajoseph Arun Joseph (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: