Re: RFR: 8256072: Eliminate JVMTI tagmap rehashing [v2]

2022-11-02 Thread Coleen Phillimore
On Wed, 2 Nov 2022 20:44:58 GMT, Coleen Phillimore wrote: >> 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 with a new target base due to > a merge or a

Re: RFR: 8256072: Eliminate JVMTI tagmap rehashing [v2]

2022-11-02 Thread Kim Barrett
On Wed, 2 Nov 2022 20:44:58 GMT, Coleen Phillimore wrote: >> 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 with a new target base due to > a merge or a

Re: RFR: 8256072: Eliminate JVMTI tagmap rehashing [v2]

2022-11-02 Thread Coleen Phillimore
> 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brou