提交 7b99c7a7 编写于 作者: S shshahma

8165230: RMIConnection addNotificationListeners failing with specific inputs

Reviewed-by: dfuchs, skoivu
上级 7cdbb8b0
/* /*
* Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -992,7 +992,7 @@ public class RMIConnectionImpl implements RMIConnection, Unreferenced { ...@@ -992,7 +992,7 @@ public class RMIConnectionImpl implements RMIConnection, Unreferenced {
filterValues[i] = filterValues[i] =
unwrap(filters[i], targetCl, defaultClassLoader, unwrap(filters[i], targetCl, defaultClassLoader,
NotificationFilter.class, delegationSubjects[i]); NotificationFilter.class, sbjs[i]);
if (debug) logger.debug("addNotificationListener"+ if (debug) logger.debug("addNotificationListener"+
"(ObjectName,NotificationFilter)", "(ObjectName,NotificationFilter)",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册