From abd9310bff31b5fc1677ab02609641ecc8faf356 Mon Sep 17 00:00:00 2001 From: Matthias Baesken Date: Tue, 26 Jan 2021 07:42:15 +0000 Subject: [PATCH] 8260222: remove unused _thread member SymbolTableLookup Reviewed-by: coleenp, dholmes, shade --- src/hotspot/share/classfile/symbolTable.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hotspot/share/classfile/symbolTable.cpp b/src/hotspot/share/classfile/symbolTable.cpp index bc3faa3fe5f..9c914d6cd5a 100644 --- a/src/hotspot/share/classfile/symbolTable.cpp +++ b/src/hotspot/share/classfile/symbolTable.cpp @@ -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;