commit | a4f943b188c18143058a157db6f20c076f1a5ab9 | [log] [tgz] |
---|---|---|
author | Harold Seigel <hseigel@openjdk.org> | Mon Jul 30 16:35:54 2018 -0400 |
committer | Harold Seigel <hseigel@openjdk.org> | Mon Jul 30 16:35:54 2018 -0400 |
tree | 6547f65515b0800b64c2f0a29d5ef0f33a77c8d3 | |
parent | 3d559f9fab0935064b349d4cab486992d77ed487 [diff] |
8207779: Method::is_valid_method() compares 'this' with NULL Add Method* parameter and make method static to avoid 'thi's comparison with NULL Reviewed-by: lfoltan, coleenp