comparison src/share/vm/includeDB_compiler1 @ 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 fa83ab460c54
comparison
equal deleted inserted replaced
1817:c40600e85311 1819:f02a8bbe6ed4
446 thread.cpp c1_Compiler.hpp 446 thread.cpp c1_Compiler.hpp
447 447
448 top.hpp c1_globals.hpp 448 top.hpp c1_globals.hpp
449 449
450 vmStructs.hpp c1_Runtime1.hpp 450 vmStructs.hpp c1_Runtime1.hpp
451
452 c1_Canonicalizer.cpp c1_ValueStack.hpp
453
454 c1_LIR.cpp c1_ValueStack.hpp