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

Bootstrapping of new plug-in broken with startup changes

XMLWordPrintable

    • b23
    • b23
    • generic
    • windows
    • Not verified

      Recent changes in 6678929 for startup time optimization have introduced an intermittent failure to bootstrap the new plug-in. The conditions under which it fails are currently unclear. The failure is intermittent but the root cause is clear; an initialization cycle was introduced that needs to be broken. The stack trace is below:

      java.lang.UnsatisfiedLinkError: com.sun.deploy.config.WinConfig.getPlatformMaxCommandLineLength()I
         at com.sun.deploy.config.WinConfig.getPlatformMaxCommandLineLength(Native Method)
         at com.sun.deploy.config.Config.<clinit>(Config.java:721)
         at sun.plugin2.util.NativeLibLoader.tryLoadingFromJRE(NativeLibLoader.java:86)
         at sun.plugin2.util.NativeLibLoader.load(NativeLibLoader.java:65)
         at sun.plugin2.main.client.PluginMain.<clinit>(PluginMain.java:55)

      The NativeLibLoader may not touch the Config class.

            kbr Kenneth Russell (Inactive)
            kbr Kenneth Russell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: