comparison src/share/vm/c1/c1_Compilation.hpp @ 1819:f02a8bbe6ed4

6986046: C1 valuestack cleanup Summary: fixes an historical oddity in C1 with inlining where all of the expression stacks are kept in the topmost ValueStack instead of being in their respective ValueStacks. Reviewed-by: never Contributed-by: Christian Wimmer <cwimmer@uci.edu>
author roland
date Tue, 29 Dec 2009 19:08:54 +0100
parents d5d065957597
children 42a10fc37986
comparison
equal deleted inserted replaced
1817:c40600e85311 1819:f02a8bbe6ed4
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 class BlockBegin;
26 class CompilationResourceObj; 25 class CompilationResourceObj;
27 class XHandlers; 26 class XHandlers;
28 class ExceptionInfo; 27 class ExceptionInfo;
29 class DebugInformationRecorder; 28 class DebugInformationRecorder;
30 class FrameMap; 29 class FrameMap;