8161445: [BACKOUT] MemberNameTable doesn't purge stale entries

Original change caused performance regression in microbenchmarks after GC

Reviewed-by: dholmes, ecaspole
This commit is contained in:
Coleen Phillimore 2016-08-01 16:28:23 -04:00
parent f4338a53f4
commit 8f37b6e451
7 changed files with 18 additions and 54 deletions

View file

@ -1107,8 +1107,6 @@ class java_lang_invoke_MemberName: AllStatic {
static int flags_offset_in_bytes() { return _flags_offset; }
static int vmtarget_offset_in_bytes() { return _vmtarget_offset; }
static int vmindex_offset_in_bytes() { return _vmindex_offset; }
static bool equals(oop mt1, oop mt2);
};