comparison graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotGraphCache.java @ 5720:46ad94a0574a

moved everything from com.oracle.graal.nodes.cri into com.oracle.graal.nodes.spi
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 Jun 2012 13:39:40 +0200
parents 10341299528c
children 2c088af17e59
comparison
equal deleted inserted replaced
5719:429accae15aa 5720:46ad94a0574a
27 import java.util.*; 27 import java.util.*;
28 import java.util.Map.Entry; 28 import java.util.Map.Entry;
29 29
30 import com.oracle.graal.api.meta.*; 30 import com.oracle.graal.api.meta.*;
31 import com.oracle.graal.compiler.*; 31 import com.oracle.graal.compiler.*;
32 import com.oracle.graal.cri.*;
33 import com.oracle.graal.nodes.*; 32 import com.oracle.graal.nodes.*;
33 import com.oracle.graal.nodes.spi.*;
34 34
35 /** 35 /**
36 * This class implements the graph caching system for the HotSpot platform. 36 * This class implements the graph caching system for the HotSpot platform.
37 * 37 *
38 * This implementation does not use a map to store the actual cached graphs. The problem is that such maps keep the 38 * This implementation does not use a map to store the actual cached graphs. The problem is that such maps keep the