8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder

Reviewed-by: dholmes, hseigel
This commit is contained in:
Thomas Schatzl 2018-08-08 15:31:07 +02:00
parent e98c176026
commit 9c0720b156
61 changed files with 129 additions and 129 deletions

View file

@ -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;