commit | 9de81c383a50300ef4cc8f5b8d79c414111131b7 | [log] [tgz] |
---|---|---|
author | Sharath Ballal <sharath.ballal@oracle.com> | Wed Sep 28 11:58:56 2016 +0530 |
committer | Vyom Tewari <vtewari@openjdk.org> | Wed Sep 28 11:58:56 2016 +0530 |
tree | b1ff68304591cce9580619b6dacefa5c4edc810e | |
parent | 632120bcd73aa89731e8ba41399cb5e00107e057 [diff] |
8165537: runtime/SharedArchiveFile/SASymbolTableTest.java fails with NullPointerException Modify SASymbolTableTest.java to attach to LingeredApp and also handle the case where SymbolTable is not created. Reviewed-by: dsamersoff, mseledtsov, iklam