comparison src/share/vm/includeDB_compiler1 @ 1295:3cf667df43ef

6919934: JSR 292 needs to support x86 C1 Summary: This implements JSR 292 support for C1 x86. Reviewed-by: never, jrose, kvn
author twisti
date Tue, 09 Mar 2010 20:16:19 +0100
parents d0acbc302e14
children 35069ca331f2 c18cbe5936b8
comparison
equal deleted inserted replaced
1293:51db1e4b379d 1295:3cf667df43ef
1 // 1 //
2 // Copyright 1999-2009 Sun Microsystems, Inc. All Rights Reserved. 2 // Copyright 1999-2010 Sun Microsystems, Inc. All Rights Reserved.
3 // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 // 4 //
5 // This code is free software; you can redistribute it and/or modify it 5 // This code is free software; you can redistribute it and/or modify it
6 // under the terms of the GNU General Public License version 2 only, as 6 // under the terms of the GNU General Public License version 2 only, as
7 // published by the Free Software Foundation. 7 // published by the Free Software Foundation.
244 c1_LIRGenerator.cpp c1_Instruction.hpp 244 c1_LIRGenerator.cpp c1_Instruction.hpp
245 c1_LIRGenerator.cpp c1_LIRAssembler.hpp 245 c1_LIRGenerator.cpp c1_LIRAssembler.hpp
246 c1_LIRGenerator.cpp c1_LIRGenerator.hpp 246 c1_LIRGenerator.cpp c1_LIRGenerator.hpp
247 c1_LIRGenerator.cpp c1_ValueStack.hpp 247 c1_LIRGenerator.cpp c1_ValueStack.hpp
248 c1_LIRGenerator.cpp ciArrayKlass.hpp 248 c1_LIRGenerator.cpp ciArrayKlass.hpp
249 c1_LIRGenerator.cpp ciCPCache.hpp
249 c1_LIRGenerator.cpp ciInstance.hpp 250 c1_LIRGenerator.cpp ciInstance.hpp
250 c1_LIRGenerator.cpp heapRegion.hpp 251 c1_LIRGenerator.cpp heapRegion.hpp
251 c1_LIRGenerator.cpp sharedRuntime.hpp 252 c1_LIRGenerator.cpp sharedRuntime.hpp
252 253
253 c1_LIRGenerator.hpp c1_Instruction.hpp 254 c1_LIRGenerator.hpp c1_Instruction.hpp