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

Document deployment.system.maxAppletThreadCount

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • 7u25
    • docs
    • generic
    • generic

      deployment.system.maxAppletThreadCount is not documented and sometimes it has to be changed to accommodate applications that start many threads when migrating to Java 7 or later.

      On JDK 7, deployment.system.maxAppletThreadCount is enforced and if an applet starts more than 50 threads (the default value) a new JVM is started. This causes performance issues for applications that can't handle applets in multiple JVMs and the work around until the application is fixed is to increase deployment.system.maxAppletThreadCount for the application to run in the same JVM.

            jgordon Joni Gordon (Inactive)
            ptiberio Paulo Tiberio Bulhoes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: