diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMEntriesNative.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 8f033d37798a
children e3c42b8de67e
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMEntriesNative.java	Fri Apr 08 13:47:56 2011 +0200
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMEntriesNative.java	Mon Apr 11 10:37:24 2011 +0200
@@ -23,13 +23,14 @@
 
 import com.sun.cri.ci.*;
 import com.sun.cri.ri.*;
+import com.sun.hotspot.c1x.server.*;
 
 /**
  * Entries into the HotSpot VM from Java code.
  *
  * @author Thomas Wuerthinger, Lukas Stadler
  */
-public class VMEntriesNative implements VMEntries {
+public class VMEntriesNative implements VMEntries, Remote {
 
     // Checkstyle: stop
     @Override