comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotTypePrimitive.java @ 1421:6223633ce7dd

changed VMExit/VMEntries to non-static, added eclipse c++ project, CIR interface changes
author Lukas Stadler <lukas.stadler@oracle.com>
date Fri, 23 Jul 2010 15:53:02 -0700
parents 44efca8a02d6
children 760213a60e8b
comparison
equal deleted inserted replaced
1420:44efca8a02d6 1421:6223633ce7dd
44 return null; 44 return null;
45 } 45 }
46 46
47 @Override 47 @Override
48 public CiKind getRepresentationKind(Representation r) { 48 public CiKind getRepresentationKind(Representation r) {
49 // TODO Auto-generated method stub 49 return kind;
50 return null;
51 } 50 }
52 51
53 @Override 52 @Override
54 public boolean hasFinalizableSubclass() { 53 public boolean hasFinalizableSubclass() {
55 // TODO Auto-generated method stub 54 // TODO Auto-generated method stub