tonyp [Fri, 05 Feb 2010 11:05:50 -0500] rev 4899
6920977: G1: guarantee(k == probe->klass(),"klass should be in dictionary") fails
Summary: the guarantee is too strict and the test will fail (incorrectly) if the class is not in the system dictionary but in the placeholders.
Reviewed-by: acorn, phh
kvn [Fri, 12 Feb 2010 15:27:36 -0800] rev 4898
Merge
kvn [Fri, 12 Feb 2010 10:34:11 -0800] rev 4897
6926048: Improve Zero performance
Summary: Make Zero figure out result types in a similar way to C++ interpreter implementation.
Reviewed-by: kvn
Contributed-by: gbenson@redhat.com
kvn [Fri, 12 Feb 2010 08:54:13 -0800] rev 4896
6925249: assert(last_sp < (intptr_t*) interpreter_frame_monitor_begin(),"bad tos")
Summary: Fix assert since top deoptimized frame has last_sp == interpreter_frame_monitor_begin if there are no expressions.
Reviewed-by: twisti