Re: RFR of JDK-8030950: TEST_BUG: java/rmi/registry/classPathCodebase/ClassPathCodebase.java failing intermittently

2017-01-12 Thread Hamlin Li
Hi Roger, Thank you for reviewing. Please check comments inline. On 2017/1/12 9:05, Roger Riggs wrote: Hi Hamlin, ClassPathCodebase: - line 51: The comment says seconds but it is really milliseconds. Yes, the comment little bit confusing, modified as "dozens of seconds", as it will wait for

Re: RFR of JDK-8030950: TEST_BUG: java/rmi/registry/classPathCodebase/ClassPathCodebase.java failing intermittently

2017-01-12 Thread Roger Riggs
Hi Hamlin, ClassPathCodebase: - line 51: The comment says seconds but it is really milliseconds. security.policy: - line 21: "this its" -> "its" - line 26: Is the relative path in the File permission correct; Is there a ${test.xxx} path to refer to that file. registry.security.policy:

RFR of JDK-8030950: TEST_BUG: java/rmi/registry/classPathCodebase/ClassPathCodebase.java failing intermittently

2017-01-11 Thread Hamlin Li
Would you please review the below patch? bug: https://bugs.openjdk.java.net/browse/JDK-8030950 webrev: http://cr.openjdk.java.net/~mli/8030950/webrev.00/ Thank you -Hamlin