mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-08 17:38:38 +00:00
print the configured lease expiry time in the test
This commit is contained in:
parent
2cf9553718
commit
6c8fe500b5
@ -77,9 +77,8 @@ public class LeaseCheckInterval implements Remote, Unreferenced {
|
||||
* we can test if expirations are detected in a roughly comparable
|
||||
* time.
|
||||
*/
|
||||
System.setProperty("java.rmi.dgc.leaseValue",
|
||||
String.valueOf(LEASE_VALUE));
|
||||
|
||||
System.setProperty("java.rmi.dgc.leaseValue", String.valueOf(LEASE_VALUE));
|
||||
System.err.println("running test with java.rmi.dgc.leaseValue set to " + LEASE_VALUE);
|
||||
LeaseCheckInterval obj = new LeaseCheckInterval();
|
||||
JavaVM jvm = null;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user