提交 2705e226 编写于 作者: A andrew

8224549: Less Blocking Array Queues

Reviewed-by: mbalao
上级 9242d268
...@@ -1130,6 +1130,9 @@ public class ObjectStreamClass implements Serializable { ...@@ -1130,6 +1130,9 @@ public class ObjectStreamClass implements Serializable {
} catch (IllegalAccessException ex) { } catch (IllegalAccessException ex) {
// should not occur, as access checks have been suppressed // should not occur, as access checks have been suppressed
throw new InternalError(ex); throw new InternalError(ex);
} catch (InstantiationError err) {
throw (InstantiationException)
new InstantiationException().initCause(err);
} }
} else { } else {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册