roland [Tue, 02 Aug 2011 18:36:40 +0200] rev 10262
7074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor enter/exit code paths
Summary: replace MemBarAcquire/MemBarRelease nodes on the monitor enter/exit code paths with new MemBarAcquireLock/MemBarReleaseLock nodes
Reviewed-by: kvn, twisti
never [Mon, 08 Aug 2011 13:19:46 -0700] rev 10261
7075623: 6990212 broke raiseException in 64 bit
Reviewed-by: kvn, twisti
twisti [Mon, 08 Aug 2011 05:49:04 -0700] rev 10260
7071823: Zero: zero/shark doesn't build after b147-fcs
Reviewed-by: gbenson, twisti
Contributed-by: Chris Phillips <chphilli@redhat.com>
kvn [Sat, 06 Aug 2011 08:28:08 -0700] rev 10259
7075559: JPRT windows_x64 build failure
Summary: use SA_CLASSDIR variable instead of dirsctory saclasses.
Reviewed-by: kamg, dcubed
kvn [Fri, 29 Jul 2011 09:16:29 -0700] rev 10258
7068051: SIGSEGV in PhaseIdealLoop::build_loop_late_post
Summary: Removed predicate cloning from loop peeling optimization and from split fall-in paths.
Reviewed-by: never
never [Thu, 28 Jul 2011 13:03:39 -0700] rev 10257
7060619: C1 should respect inline and dontinline directives from CompilerOracle
Reviewed-by: kvn, iveresov
twisti [Thu, 28 Jul 2011 02:14:44 -0700] rev 10256
7066143: JSR 292: Zero support after regressions from 7009923 and 7009309
Reviewed-by: jrose, twisti
Contributed-by: Xerxes Ranby <xerxes@zafena.se>