trims [Tue, 19 Apr 2011 18:14:51 -0700] rev 9147
Merge
jrose [Sat, 09 Apr 2011 21:38:40 -0700] rev 9146
7019529: JSR292: java/dyn/ClassValueTest.java depends on sub-test execution order
Summary: Test should not use static variables, because they may contain stale values.
Reviewed-by: twisti
schien [Thu, 14 Apr 2011 15:21:59 -0700] rev 9145
Added tag jdk7-b138 for changeset 26c2c1de1631
duke [Wed, 05 Jul 2017 17:41:08 +0200] rev 9144
Merge
trims [Fri, 15 Apr 2011 18:23:27 -0700] rev 9143
7037174: Bump the HS21 build number to 09
Summary: Update the HS21 build number to 09
Reviewed-by: jcoomes
trims [Fri, 15 Apr 2011 18:23:20 -0700] rev 9142
Merge
jrose [Fri, 15 Apr 2011 08:29:26 -0700] rev 9141
Merge
twisti [Thu, 14 Apr 2011 06:46:38 -0700] rev 9140
Merge
twisti [Thu, 14 Apr 2011 01:53:12 -0700] rev 9139
7036220: Shark fails to find LLVM 2.9 System headers during build
Reviewed-by: gbenson, twisti
Contributed-by: Xerxes Ranby <xerxes@zafena.se>
iveresov [Thu, 14 Apr 2011 00:02:21 -0700] rev 9138
7036236: VM crashes assert((!inside_attrs()) || is_error_reported()) failed ...
Summary: Eliminate the race condition.
Reviewed-by: kvn
iveresov [Wed, 13 Apr 2011 14:33:03 -0700] rev 9137
6988308: assert((cnt > 0.0f) && (prob > 0.0f)) failed: Bad frequency assignment in if
Summary: Make sure cnt doesn't become negative and integer overflow doesn't happen.
Reviewed-by: kvn, twisti
twisti [Tue, 12 Apr 2011 02:40:23 -0700] rev 9136
7035870: JSR 292: Zero support
Summary: This adds support for JSR 292 to Zero.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
kvn [Mon, 11 Apr 2011 15:30:31 -0700] rev 9135
7035713: 3DNow Prefetch Instruction Support
Summary: The upcoming processors from AMD are the first that support 3dnow prefetch without supporting the 3dnow instruction set.
Reviewed-by: kvn
Contributed-by: tom.deneau@amd.com
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