Integrated: JDK-8260222: remove unused _thread member SymbolTableLookup

Matthias Baesken mbaesken at openjdk.java.net
Tue Jan 26 07:44:42 UTC 2021


On Thu, 21 Jan 2021 09:44:32 GMT, Matthias Baesken <mbaesken 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

This pull request has now been integrated.

Changeset: abd9310b
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/abd9310b
Stats:     2 lines in 1 file changed: 0 ins; 1 del; 1 mod

8260222: remove unused _thread member SymbolTableLookup

Reviewed-by: coleenp, dholmes, shade

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

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


More information about the hotspot-runtime-dev mailing list