mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
Reviewed-by: dholmes, hseigel
This commit is contained in:
parent
e98c176026
commit
9c0720b156
61 changed files with 129 additions and 129 deletions
|
@ -122,7 +122,7 @@ class StringTableLookupJchar : StackObj {
|
|||
|
||||
public:
|
||||
StringTableLookupJchar(Thread* thread, uintx hash, const jchar* key, int len)
|
||||
: _thread(thread), _hash(hash), _str(key), _len(len) {
|
||||
: _thread(thread), _hash(hash), _len(len), _str(key) {
|
||||
}
|
||||
uintx get_hash() const {
|
||||
return _hash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue