RFR: JDK-8260222: remove unused _thread member SymbolTableLookup

Aleksey Shipilev shade at openjdk.java.net
Thu Jan 21 19:34:28 UTC 2021


On Thu, 21 Jan 2021 14:00:43 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> The class SymbolTableLookup has an unused member _thread. This could be removed.
>> See also the related sonar finding (claiming an uninitialized field) :
>> 
>> https://sonarcloud.io/project/issues?id=jdk&open=AXaE0c2j8L9hkQskF8y_&resolved=false&types=BUG
>> 
>> Thanks, Matthias
>
> Looks good + trivial.

Gaaa! I should have checked before opening #2188 -- that one also removes another leftover.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2180


More information about the hotspot-runtime-dev mailing list