提交 1dd942c6 编写于 作者: M malenkov

8021969: The index_AccessAllowed jnlp can not load successfully with exception thrown in the log.

Reviewed-by: art, skoivu
上级 3d14a11c
......@@ -145,11 +145,7 @@ public class DataFlavor implements Externalizable, Cloneable {
} catch (SecurityException exception) {
// ignore secured class loaders
}
if (fallback != null) {
return Class.forName(className, true, fallback);
} else {
throw new ClassNotFoundException(className);
}
return Class.forName(className, true, fallback);
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册