-
Bug
-
Resolution: Fixed
-
P3
-
None
we need to make sure the FX applet launcher class in the FX runtime is changed to call Class.forName() correctly with the context classloader (when that is not null) instead of defaulting to use the same loader as the FX runtime. That way we can eventually remove the ugly hack we added to the trusted and preverify loaders in the JRE (webstart/plugin).
- relates to
-
JDK-8110479 Rename class AppletStartupRoutine so the workaround in plugin/webstart will not be invoked
- Resolved