mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8152271: MemberNameTable doesn't purge stale entries
Intern MemberNames in table instead of allocating new entries Reviewed-by: vlivanov, sspitsyn, dholmes
This commit is contained in:
parent
6ef961edbd
commit
eba25b33b9
7 changed files with 55 additions and 19 deletions
|
@ -1114,6 +1114,8 @@ 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);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue