8260222: remove unused _thread member SymbolTableLookup

Reviewed-by: coleenp, dholmes, shade
This commit is contained in:
Matthias Baesken 2021-01-26 07:42:15 +00:00
parent c538cd8b79
commit abd9310bff

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -348,7 +348,6 @@ Symbol* SymbolTable::new_symbol(const Symbol* sym, int begin, int end) {
class SymbolTableLookup : StackObj {
private:
Thread* _thread;
uintx _hash;
int _len;
const char* _str;