jrose [Sat, 09 Apr 2011 22:55:25 -0700] rev 9134
6987991: JSR 292 phpreboot test/testtracefun2.phpr segfaults
Summary: Make MH verification tests more correct, robust, and informative. Fix lingering symbol refcount problems.
Reviewed-by: twisti
coleenp [Tue, 12 Apr 2011 14:18:53 -0700] rev 9133
Merge
dholmes [Tue, 12 Apr 2011 02:53:06 -0400] rev 9132
7034585: Adjust fillInStackTrace filtering to assist 6998871
Summary: Allow for one or more fillInStackTrace frames to be skipped
Reviewed-by: mchung, kvn
brutisso [Mon, 11 Apr 2011 11:12:41 +0200] rev 9131
7034625: Product builds in Visual Studio projects should produce full symbol information
Summary: Add the /debug flag to the linker command in Visual Studio
Reviewed-by: mgronlun, poonam, hosterda
ohair [Thu, 07 Apr 2011 20:26:41 -0700] rev 9130
7019210: Fix misc references to /bugreport websites
Reviewed-by: skannan
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