commit | fa3b0a8f47fd2b93c5a0a797d3dbe3fb3a2450aa | [log] [tgz] |
---|---|---|
author | Roland Westrelin <roland@openjdk.org> | Mon Mar 31 09:08:53 2014 +0200 |
committer | Roland Westrelin <roland@openjdk.org> | Mon Mar 31 09:08:53 2014 +0200 |
tree | 49f1a3d556be81aa213656344e89ce7681388e09 | |
parent | f5d6f0ceb8b0b36a4323cc393dfc480faf904220 [diff] |
8031755: Type speculation should be used to optimize explicit null checks Feed profiling data about reference nullness to type speculation. Reviewed-by: kvn, iveresov