8165230: RMIConnection addNotificationListeners failing with specific inputs
Reviewed-by: dfuchs, skoivu
This commit is contained in:
parent
3463ee94d8
commit
452a01e103
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2002, 2015, 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
|
||||||
@ -990,7 +990,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)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user