RFR: 8256072: Eliminate JVMTI tagmap rehashing [v5]
Coleen Phillimore
coleenp at openjdk.org
Thu Nov 3 17:24:59 UTC 2022
> Use identity_hash for objects in the JVMTI TagMap table. If the object has no hashcode, it's not in the table.
> Tested with tier1-6.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
Fix has_no_hash into fast_no_hash_check().
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10938/files
- new: https://git.openjdk.org/jdk/pull/10938/files/8770d38c..7bda861f
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10938&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10938&range=03-04
Stats: 2 lines in 1 file changed: 1 ins; 1 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/10938.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10938/head:pull/10938
PR: https://git.openjdk.org/jdk/pull/10938
More information about the serviceability-dev
mailing list