iveresov [Tue, 09 Nov 2010 15:12:15 -0800] rev 7124
6998737: JSR 292: Remove the plug guarding the use of compressed oops
Summary: The plug that guards the use of compressed oops with invokedynamic needs to be removed
Reviewed-by: twisti, kvn
iveresov [Mon, 08 Nov 2010 14:33:48 -0800] rev 7123
Merge
kvn [Sat, 06 Nov 2010 20:35:36 -0700] rev 7122
6991188: C2 Crashes while compiling method
Summary: Do several iterations to build EA Connection Graph.
Reviewed-by: never, twisti, ysr
kvn [Sat, 06 Nov 2010 18:52:07 -0700] rev 7121
6997311: SIGFPE in new long division asm code
Summary: use unsigned DIV instruction
Reviewed-by: never
iveresov [Sat, 06 Nov 2010 02:53:59 -0700] rev 7120
Merge
iveresov [Fri, 05 Nov 2010 14:49:50 -0700] rev 7119
6997456: Not possible to build just compiler2
Summary: Fix the compiler error. Allow to build just c2 specifying FORCE_TIERED=0 on the command line.
Reviewed-by: never, kvn
jrose [Fri, 05 Nov 2010 12:18:30 -0700] rev 7118
6996563: 6984311 changes forgot to update vmStructs.cpp for new field _operands
Summary: Add missing line to vmStructs. Also fix bug with class dumper.
Reviewed-by: twisti, kvn
twisti [Thu, 04 Nov 2010 12:16:58 -0700] rev 7117
6997459: JSR 292 after 6994093 getting: on return to interpreted call, restored SP is corrupted
Reviewed-by: kvn, jrose, never