view c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/server/Remote.java @ 2288:8c426c2891c8

client/server: new interface Remote marks classes that should not be serialized, but called remotely
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 11 Apr 2011 10:37:24 +0200
parents
children 0eb807bd8942
line wrap: on
line source

package com.sun.hotspot.c1x.server;


public interface Remote {

}