RFR(s): 8066835: TEST_BUG: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails
Stuart Marks
stuart.marks at oracle.com
Mon Dec 8 18:54:58 UTC 2014
I broke RMIConnector_NPETest again. This time it was passing a timeout value
that caused some time calculations to overflow, causing the RMI test library to
time out prematurely.
Please review this fix, which is to limit timeout values to something reasonable
and to change the test to use the default timeout instead of specifying
Long.MAX_VALUE.
Webrev:
http://cr.openjdk.java.net/~smarks/reviews/8066835/webrev.0/
Bug:
https://bugs.openjdk.java.net/browse/JDK-8066835
Thanks,
s'marks
More information about the core-libs-dev
mailing list