commit | f92d959195dc7154a6d0da8d105802231ce5b193 | [log] [tgz] |
---|---|---|
author | David Chase <drchase@openjdk.org> | Mon Sep 22 14:19:11 2014 -0400 |
committer | David Chase <drchase@openjdk.org> | Mon Sep 22 14:19:11 2014 -0400 |
tree | 3d8ff61cb464524617010e5f867f18f6d31ba4c9 | |
parent | b9eae7f74f62249666062464a203362cbf8acd91 [diff] |
8058827: XCode 6.0 (Clang) warning "operator new' should not return a null pointer unless..." Rewrote the null pointer in a way that is not recognized by the compiler (the code is never executed). Reviewed-by: kvn