comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/Compiler.java @ 1472:7641338cfc92

Small NPE fix. More detailed error in case of wrong bytecode in patching stub.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 25 Nov 2010 19:21:22 +0100
parents ef7761803480
children cb04e4217df0 fe69dec9a1ed
comparison
equal deleted inserted replaced
1471:cd18e3072ea5 1472:7641338cfc92
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.management.*;
23 import java.lang.reflect.Proxy; 24 import java.lang.reflect.Proxy;
24 import java.net.*; 25 import java.net.*;
25 26
26 import com.sun.c1x.*; 27 import com.sun.c1x.*;
27 import com.sun.c1x.target.amd64.*; 28 import com.sun.c1x.target.amd64.*;