dholmes [Mon, 04 Apr 2011 18:15:55 -0400] rev 9129
7009276: Add -XX:+IgnoreUnrecognizedVMOptions to several tests
Reviewed-by: kvn
kamg [Thu, 31 Mar 2011 08:08:50 -0400] rev 9128
7030388: JCK test failed to reject invalid class check01304m10n.
Summary: Restrict fix for 7020118 to only when checking exception handlers
Reviewed-by: dcubed, dholmes
andrew [Fri, 01 Apr 2011 15:15:37 -0700] rev 9127
7010849: 5/5 Extraneous javac source/target options when building sa-jdi
Summary: Make code changes necessary to get rid of the '-source 1.4 -target 1.4' options.
Reviewed-by: dholmes, dcubed
dholmes [Thu, 31 Mar 2011 06:54:30 -0400] rev 9126
7032775: Include Shark code in the build again
Reviewed-by: ohair
Contributed-by: gbenson@redhat.com, ahughes@redhat.com
dsamersoff [Wed, 30 Mar 2011 19:38:07 +0400] rev 9125
7017193: Small memory leak in get_stack_bounds os::create_stack_guard_pages
Summary: getline() returns -1 but still allocate memory for str
Reviewed-by: dcubed, coleenp
jrose [Sat, 09 Apr 2011 21:16:12 -0700] rev 9124
Merge
never [Fri, 08 Apr 2011 23:00:14 -0700] rev 9123
7035161: assert(!o->is_null_object()) failed: null object not yet handled here.
Reviewed-by: kvn
kvn [Fri, 08 Apr 2011 20:52:28 -0700] rev 9122
Merge
kvn [Fri, 08 Apr 2011 14:56:22 -0700] rev 9121
7004555: Add new policy for one iteration loops
Summary: Add new policy for one iteration loops (mostly formal pre- loops).
Reviewed-by: never
iveresov [Fri, 08 Apr 2011 17:03:31 -0700] rev 9120
7034967: C1: assert(false) failed: error (assembler_sparc.cpp:2043)
Summary: Fix -XX:+VerifyOops
Reviewed-by: kvn, never
never [Thu, 07 Apr 2011 21:32:23 -0700] rev 9119
7034957: acquiring lock CodeCache_lock/1 out of order with lock tty_lock/0 -- possible deadlock
Reviewed-by: iveresov
jrose [Thu, 07 Apr 2011 17:12:23 -0700] rev 9118
7009600: JSR 292 Server compiler crashes in Compile::find_intrinsic(ciMethod*, bool)
Summary: catch errors during the compile-time processing of method handles; back out cleanly
Reviewed-by: twisti
jrose [Thu, 07 Apr 2011 17:12:21 -0700] rev 9117
7012087: JSR 292 Misleading exception message for a non-bound MH for a virtual method
Summary: Improve error message formatting to give more information to user. Also, catch a corner case related to 6930553 and 6844449.
Reviewed-by: kvn
jrose [Thu, 07 Apr 2011 17:02:30 -0700] rev 9116
6981791: remove experimental code for JSR 292
Reviewed-by: twisti
kvn [Wed, 06 Apr 2011 17:32:09 -0700] rev 9115
6992789: assert(phi->_idx >= nodes_size()) failed: only new Phi per instance memory slice
Summary: Swap checks: check for regular memory slice first and keep input phi.
Reviewed-by: never
never [Wed, 06 Apr 2011 16:02:50 -0700] rev 9114
7034513: enable fast accessors and empty methods for ZERO and -Xint
Reviewed-by: kvn, iveresov