never [Wed, 06 Jul 2011 09:27:54 -0700] rev 10016
7061101: adlc should complain about mixing block and expression forms of ins_encode
Reviewed-by: kvn
never [Tue, 05 Jul 2011 16:07:54 -0700] rev 10015
6478991: C1 NullCheckEliminator yields incorrect exceptions
Reviewed-by: twisti, iveresov
iveresov [Fri, 01 Jul 2011 10:37:37 -0700] rev 10014
7057120: Tiered: Allow C1 to inline methods with loops
Summary: Recompile the enclosing methods without inlining of the method that has OSRed to level 4 or recompile the enclosing method at level 4.
Reviewed-by: kvn, never
iveresov [Fri, 01 Jul 2011 10:35:54 -0700] rev 10013
7058689: Tiered: Reprofiling doesn't happen in presence of level 4 OSR methods
Summary: Take into account current state of profiling before believing that existing higher level versions are valid
Reviewed-by: kvn, never