-
Bug
-
Resolution: Unresolved
-
P3
-
7u25
-
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.
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.
- relates to
-
JDK-7013868 property deployment.system.maxAppletThreadCount doesn't take effect
-
- Closed
-
-
JDK-2220642 Nightly : (Firefox and chrome)Multiple applets on same page always run inside the different VMs
-
- Closed
-