commit | 90ac004ff6f2e7bfd788dc12afa590a47ca45dfc | [log] [tgz] |
---|---|---|
author | Tobias Hartmann <thartmann@openjdk.org> | Mon Jan 18 08:25:26 2016 +0100 |
committer | Tobias Hartmann <thartmann@openjdk.org> | Mon Jan 18 08:25:26 2016 +0100 |
tree | 96387e670af4b4ad38525cad29dd40ada330b0c9 | |
parent | 01f58aa4da0070ba21cea9f5fb7041e342815ecf [diff] |
8147444: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with NullPointerException in ClassFileInstaller Removed installing of unused class. Added error output to ClassFileInstaller. Reviewed-by: vlivanov, zmajo