annotate c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/server/Remote.java @ 2294:0eb807bd8942

Checkstyle fixes.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 11 Apr 2011 18:01:44 +0200
parents 8c426c2891c8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2294
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
1 /*
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
2 * Copyright (c) 2011 Sun Microsystems, Inc. All rights reserved.
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
3 *
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
4 * Sun Microsystems, Inc. has intellectual property rights relating to technology embodied in the product
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
5 * that is described in this document. In particular, and without limitation, these intellectual property
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
6 * rights may include one or more of the U.S. patents listed at http://www.sun.com/patents and one or
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
7 * more additional patents or pending patent applications in the U.S. and in other countries.
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
8 *
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
9 * U.S. Government Rights - Commercial software. Government users are subject to the Sun
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
10 * Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
11 * supplements.
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
12 *
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
13 * Use is subject to license terms. Sun, Sun Microsystems, the Sun logo, Java and Solaris are trademarks or
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
14 * registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
15 * are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
16 * U.S. and other countries.
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
17 *
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
18 * UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
19 * Company, Ltd.
0eb807bd8942 Checkstyle fixes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 2288
diff changeset
20 */
2288
8c426c2891c8 client/server: new interface Remote marks classes that should not be serialized, but called remotely
Lukas Stadler <lukas.stadler@jku.at>
parents:
diff changeset
21 package com.sun.hotspot.c1x.server;
8c426c2891c8 client/server: new interface Remote marks classes that should not be serialized, but called remotely
Lukas Stadler <lukas.stadler@jku.at>
parents:
diff changeset
22
8c426c2891c8 client/server: new interface Remote marks classes that should not be serialized, but called remotely
Lukas Stadler <lukas.stadler@jku.at>
parents:
diff changeset
23
8c426c2891c8 client/server: new interface Remote marks classes that should not be serialized, but called remotely
Lukas Stadler <lukas.stadler@jku.at>
parents:
diff changeset
24 public interface Remote {
8c426c2891c8 client/server: new interface Remote marks classes that should not be serialized, but called remotely
Lukas Stadler <lukas.stadler@jku.at>
parents:
diff changeset
25
8c426c2891c8 client/server: new interface Remote marks classes that should not be serialized, but called remotely
Lukas Stadler <lukas.stadler@jku.at>
parents:
diff changeset
26 }