1 package test.memoryusage;2 3 import org.omg.CORBA.*;4 import org.omg.CORBA.ORBPackage.*;5 6 public class SessionServant extends SessionPOA7 {8 private byte[] weight = new byte[10000];9 10 public String getID()11 {12 return toString();13 }14 }15