comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotConstantPool.java @ 2107:e5ba25730d9b

Sync with CRI changes.
author Doug Simon <doug.simon@oracle.com>
date Fri, 04 Feb 2011 16:01:24 +0100
parents 231bf6b9f5ad
children 569d3fe7d65c
comparison
equal deleted inserted replaced
2106:91fe28b03d6a 2107:e5ba25730d9b
18 * UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open 18 * UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open
19 * Company, Ltd. 19 * Company, Ltd.
20 */ 20 */
21 package com.sun.hotspot.c1x; 21 package com.sun.hotspot.c1x;
22 22
23 import java.lang.reflect.*;
24 import java.util.*; 23 import java.util.*;
25 24
26 import com.sun.cri.ri.*; 25 import com.sun.cri.ri.*;
27 26
28 /** 27 /**