A JavaFX Lunar Lander app (see Comments section for its location) is causing the applicaation's jar file to be downloaded from the server over and over again. Attached is one thread dump showing that there are likely bugs in the CachedJarURLConnection or PluginURLJarFileCallBack classes where they are not properly hitting in the cache.
These cache misses occur every time a new JVM instance is started to run the app. When the app is run in the same JVM multiple times the issue does not occur. However, the most significant startup time problems are occurring during the first launch of JavaFX applets in a fresh JVM instance.