trims [Fri, 25 Mar 2011 18:04:45 -0700] rev 8738
Merge
jcoomes [Thu, 24 Mar 2011 23:06:13 -0700] rev 8737
Merge
mchung [Tue, 22 Mar 2011 18:04:03 -0400] rev 8736
7025628: Remove the temporary hack added for jdk modularization in hotspot
Summary: Removed
Reviewed-by: ohair, coleenp
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