dholmes [Mon, 21 Mar 2011 22:16:19 -0400] rev 8735
6535709: interrupt of wait()ing thread isn't triggerring InterruptedException - test intwait3
Summary: only clear the interrupt state if we will report that it was set
Reviewed-by: dcubed, alanb, phh, coleenp, dice
jcoomes [Thu, 24 Mar 2011 23:04:36 -0700] rev 8734
Merge
twisti [Wed, 23 Mar 2011 04:19:16 -0700] rev 8733
7029805: JSR 292 compiler/6991596/Test6991596.java fails in nightly
Summary: Both JSR 292 compiler tests were moved with 6839872 to the jdk repository
Reviewed-by: never
kvn [Mon, 21 Mar 2011 11:28:14 -0700] rev 8732
7008866: Missing loop predicate for loop with multiple entries
Summary: Add predicates when loop head bytecode is parsed instead of when back branch bytecode is parsed.
Reviewed-by: never
twisti [Mon, 21 Mar 2011 02:30:49 -0700] rev 8731
7027232: JSR 292: wrong numeric value returned by MH on solaris-sparc
Reviewed-by: kvn, never
jcoomes [Thu, 24 Mar 2011 23:00:27 -0700] rev 8730
Merge