Re: RFR: 8309673: Refactor ref_at methods in SA ConstantPool [v2]

2023-06-09 Thread Matias Saavedra Silva
On Fri, 9 Jun 2023 14:56:21 GMT, Coleen Phillimore  wrote:

>> Matias Saavedra Silva has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Removed unnecessary assignment
>
> Looks good.

Thank you for the reviews @coleenp, @fparain, and @iklam !

-

PR Comment: https://git.openjdk.org/jdk/pull/14385#issuecomment-1585021327


Re: RFR: 8309673: Refactor ref_at methods in SA ConstantPool [v2]

2023-06-09 Thread Ioi Lam
On Fri, 9 Jun 2023 18:14:18 GMT, Matias Saavedra Silva  
wrote:

>> The accessor methods in constantpool.cpp were previously cleaned up to allow 
>> for different types of indices to be used, distinguishing them by the 
>> bytecode. This patch adds the same changes to the hotspot serviceability 
>> agent code. Verified with tier 1-5 tests.
>
> Matias Saavedra Silva has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Removed unnecessary assignment

LGTM. I would suggest changing "Serviceability" in the title to "SA"

-

Marked as reviewed by iklam (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14385#pullrequestreview-1472921430