vlivanov [Mon, 15 Feb 2016 20:02:51 +0300] rev 36073
8149141: Optimized build is broken
Reviewed-by: kvn, kbarrett
roland [Mon, 15 Feb 2016 15:15:56 +0100] rev 36072
8149797: Compilation fails with "assert(in_hash) failed: node should be in igvn hash table"
Summary: node replaced by dominating dead cast during parsing
Reviewed-by: kvn
kshefov [Mon, 15 Feb 2016 13:26:44 +0100] rev 36071
Merge
kshefov [Mon, 15 Feb 2016 14:32:49 +0300] rev 36070
8149740: NPEs when executing some HotSpotConstantReflectionProvider with null args
Reviewed-by: twisti, dnsimon
kshefov [Mon, 15 Feb 2016 14:31:21 +0300] rev 36069
8149472: NPE when executing HotSpotConstantReflectionProvider::constantEquals with null first arg
Reviewed-by: twisti, kvn, dnsimon
thartmann [Mon, 15 Feb 2016 11:52:51 +0100] rev 36068
Merge
roland [Thu, 11 Feb 2016 12:42:12 +0100] rev 36067
8149543: range check CastII nodes should not be split through Phi
Summary: splitting range check CastIIs through loop induction Phi prevents further optimizations
Reviewed-by: kvn, mcberg