8260222: remove unused _thread member SymbolTableLookup
Reviewed-by: coleenp, dholmes, shade
This commit is contained in:
parent
c538cd8b79
commit
abd9310bff
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* 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 {
|
class SymbolTableLookup : StackObj {
|
||||||
private:
|
private:
|
||||||
Thread* _thread;
|
|
||||||
uintx _hash;
|
uintx _hash;
|
||||||
int _len;
|
int _len;
|
||||||
const char* _str;
|
const char* _str;
|
||||||
|
Loading…
Reference in New Issue
Block a user