equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
41 * java.rmi/sun.rmi.server |
41 * java.rmi/sun.rmi.server |
42 * java.rmi/sun.rmi.transport |
42 * java.rmi/sun.rmi.transport |
43 * java.rmi/sun.rmi.transport.tcp |
43 * java.rmi/sun.rmi.transport.tcp |
44 * @build TestLibrary JavaVM LeaseCheckInterval_Stub SelfTerminator |
44 * @build TestLibrary JavaVM LeaseCheckInterval_Stub SelfTerminator |
45 * @run main/othervm LeaseCheckInterval |
45 * @run main/othervm LeaseCheckInterval |
|
46 * @key intermittent |
46 */ |
47 */ |
47 |
48 |
48 import java.rmi.Remote; |
49 import java.rmi.Remote; |
49 import java.rmi.RemoteException; |
50 import java.rmi.RemoteException; |
50 import java.rmi.registry.LocateRegistry; |
51 import java.rmi.registry.LocateRegistry; |