On 19/07/2018 22:22, Stuart Marks wrote:
Hi all,
Please review this fix for some failing RMI activation tests. Some
reflective code needed adjustment to take nestmates into account. This
also removes the failing tests from the problem list.
Webrev:
http://cr.openjdk.java.net/~smarks/reviews/8206865/webrev.0/
Bug:
https://bugs.openjdk.java.net/browse/JDK-8206865
Reflection.areNestMates is a native method and the number of cases where
it will return true in this context is small so I think better to move
this into the block that handles the case of the classes in the same
run-time package.
-Alan